Html Css Color HEX #6A1FEA Han Purple

📋 copy color: '#6A1FEA'

red 106 ◦ green 31 ◦ blue 234

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

Shades of Han Purple #6A1FEA

Tints of Han Purple #6A1FEA

RGB

 RED value IS 106 (41.8% from 255) = 28.57%

 GREEN value IS 31 (12.5% from 255) = 8.36%

 BLUE value IS 234 (91.8% from 255) = 63.07%

R = 28.57%
G = 8.36%
B = 63.07%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6A1FEA (or 0x6A1FEA) is known color: Han Purple. HEX triplet: 6A, 1F and EA. RGB value is (106,31,234). Sum of RGB (Red+Green+Blue) = 106+31+234=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #6A1FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A1FEA is #95E015. Grayscale: #4B4B4B. Windows color (decimal): -9822230 or 15343466. OLE color: 15343466.

HSL color Cylindrical-coordinate representation of color #6A1FEA: hue angle of 262.17º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A1FEA is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 31 234 -
CMYK 0.55 0.87 0 0.08
HSL 262.17º 0.83% 0.52% -
HSV(B) 262.17º 0.87% 0.92% -
XYZ 21.29 9.98 78.65 -
YUV 76.57 216.85 148.99 -
System Red Green Blue C M Y K H S L
Decimal 106 31 234 0.55 0.87 0 0.08 262.17 0.83 0.52
Hex 6A 1F EA 37 57 0 8 106 53 34
Octal 152 37 352 67 127 0 10 406 123 64
Binary 1101010 11111 11101010 110111 1010111 0 1000 100000110 1010011 110100

Color Harmonies of #6A1FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1FEA

Black with #6A1FEA

Text Example


Text Example

White with #6A1FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,31,234); }

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

background-color css

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

 a { background-color: rgb(106,31,234); }

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

border-color css

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

 span { border-color: rgb(106,31,234); }

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