Html Css Color HEX #6B1EAA Purple Heart

📋 copy color: '#6B1EAA'

red 107 ◦ green 30 ◦ blue 170

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

Shades of Purple Heart #6B1EAA

Tints of Purple Heart #6B1EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.37%

R = 34.85%
G = 9.77%
B = 55.37%

CMYK

 C value IS 0.37

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B1EAA (or 0x6B1EAA) is known color: Purple Heart. HEX triplet: 6B, 1E and AA. RGB value is (107,30,170). Sum of RGB (Red+Green+Blue) = 107+30+170=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B1EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1EAA is #94E155. Grayscale: #444444. Windows color (decimal): -9757014 or 11148907. OLE color: 11148907.

HSL color Cylindrical-coordinate representation of color #6B1EAA: hue angle of 273º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B1EAA is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 30 170 -
CMYK 0.37 0.82 0 0.33
HSL 273º 0.7% 0.39% -
HSV(B) 273º 0.82% 0.67% -
XYZ 13.78 6.96 38.65 -
YUV 68.98 185.01 155.12 -
System Red Green Blue C M Y K H S L
Decimal 107 30 170 0.37 0.82 0 0.33 273 0.7 0.39
Hex 6B 1E AA 25 52 0 21 111 46 27
Octal 153 36 252 45 122 0 41 421 106 47
Binary 1101011 11110 10101010 100101 1010010 0 100001 100010001 1000110 100111

Color Harmonies of #6B1EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1EAA

Black with #6B1EAA

Text Example


Text Example

White with #6B1EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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