Html Css Color HEX #6B1EEA Han Purple

📋 copy color: '#6B1EEA'

red 107 ◦ green 30 ◦ blue 234

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

Shades of Han Purple #6B1EEA

Tints of Han Purple #6B1EEA

RGB

 RED value IS 107 (42.19% from 255) = 28.84%

 GREEN value IS 30 (12.11% from 255) = 8.09%

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

R = 28.84%
G = 8.09%
B = 63.07%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6B1EEA (or 0x6B1EEA) is known color: Han Purple. HEX triplet: 6B, 1E and EA. RGB value is (107,30,234). Sum of RGB (Red+Green+Blue) = 107+30+234=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 30 (12.11% from 255 or 8.09% 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 #6B1EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B1EEA is #94E115. Grayscale: #4B4B4B. Windows color (decimal): -9756950 or 15343211. OLE color: 15343211.

HSL color Cylindrical-coordinate representation of color #6B1EEA: hue angle of 262.65º 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 #6B1EEA is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 30 234 -
CMYK 0.54 0.87 0 0.08
HSL 262.65º 0.83% 0.52% -
HSV(B) 262.65º 0.87% 0.92% -
XYZ 21.38 9.99 78.64 -
YUV 76.28 217.01 149.91 -
System Red Green Blue C M Y K H S L
Decimal 107 30 234 0.54 0.87 0 0.08 262.65 0.83 0.52
Hex 6B 1E EA 36 57 0 8 107 53 34
Octal 153 36 352 66 127 0 10 407 123 64
Binary 1101011 11110 11101010 110110 1010111 0 1000 100000111 1010011 110100

Color Harmonies of #6B1EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1EEA

Black with #6B1EEA

Text Example


Text Example

White with #6B1EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,30,234); }

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

background-color css

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

 a { background-color: rgb(107,30,234); }

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

border-color css

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

 span { border-color: rgb(107,30,234); }

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