Html Css Color HEX #6F25FA Han Purple

📋 copy color: '#6F25FA'

red 111 ◦ green 37 ◦ blue 250

#6F25FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #6F25FA

Tints of Han Purple #6F25FA

RGB

 RED value IS 111 (43.75% from 255) = 27.89%

 GREEN value IS 37 (14.84% from 255) = 9.3%

 BLUE value IS 250 (98.05% from 255) = 62.81%

R = 27.89%
G = 9.3%
B = 62.81%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6F25FA (or 0x6F25FA) is known color: Han Purple. HEX triplet: 6F, 25 and FA. RGB value is (111,37,250). Sum of RGB (Red+Green+Blue) = 111+37+250=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F25FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F25FA is #90DA05. Grayscale: #525252. Windows color (decimal): -9492998 or 16393583. OLE color: 16393583.

HSL color Cylindrical-coordinate representation of color #6F25FA: hue angle of 260.85º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F25FA is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 37 250 -
CMYK 0.56 0.85 0 0.02
HSL 260.85º 0.96% 0.56% -
HSV(B) 260.85º 0.85% 0.98% -
XYZ 24.47 11.6 91.39 -
YUV 83.41 222.02 147.68 -
System Red Green Blue C M Y K H S L
Decimal 111 37 250 0.56 0.85 0 0.02 260.85 0.96 0.56
Hex 6F 25 FA 38 55 0 2 105 60 38
Octal 157 45 372 70 125 0 2 405 140 70
Binary 1101111 100101 11111010 111000 1010101 0 10 100000101 1100000 111000

Color Harmonies of #6F25FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F25FA

Black with #6F25FA

Text Example


Text Example

White with #6F25FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F25FA; }

 p { color: rgb(111,37,250); }

 H1.HeaderClassName
 {
   color: #6F25FA;
 }
 .AnyTagClassName
 {
   color: #6F25FA;
 }
</style>

background-color css

<style>
 a { background-color: #6F25FA; }

 a { background-color: rgb(111,37,250); }

 div.DivClassName
 {
   background-color: #6F25FA;
 }
 .BgClassName
 {
   background-color: #6F25FA;
 }
</style>

border-color css

<style>
 span { border-color: #6F25FA; }

 span { border-color: rgb(111,37,250); }

 td.TdClassName
 {
   border-color: #6F25FA;
 }
 .TagClassName
 {
   border-color: #6F25FA;
 }
</style>