Html Css Color HEX #6B0ACC Purple Heart

📋 copy color: '#6B0ACC'

red 107 ◦ green 10 ◦ blue 204

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

Shades of Purple Heart #6B0ACC

Tints of Purple Heart #6B0ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.12%

 BLUE value IS 204 (80.08% from 255) = 63.55%

R = 33.33%
G = 3.12%
B = 63.55%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B0ACC (or 0x6B0ACC) is known color: Purple Heart. HEX triplet: 6B, 0A and CC. RGB value is (107,10,204). Sum of RGB (Red+Green+Blue) = 107+10+204=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B0ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0ACC is #94F533. Grayscale: #3C3C3C. Windows color (decimal): -9762100 or 13372011. OLE color: 13372011.

HSL color Cylindrical-coordinate representation of color #6B0ACC: hue angle of 270º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0ACC is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 107 10 204 -
CMYK 0.48 0.95 0 0.2
HSL 270º 0.91% 0.42% -
HSV(B) 270º 0.95% 0.8% -
XYZ 17.07 7.7 57.71 -
YUV 61.12 208.64 160.73 -
System Red Green Blue C M Y K H S L
Decimal 107 10 204 0.48 0.95 0 0.2 270 0.91 0.42
Hex 6B A CC 30 5F 0 14 10E 5B 2A
Octal 153 12 314 60 137 0 24 416 133 52
Binary 1101011 1010 11001100 110000 1011111 0 10100 100001110 1011011 101010

Color Harmonies of #6B0ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0ACC

Black with #6B0ACC

Text Example


Text Example

White with #6B0ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,10,204); }

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

background-color css

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

 a { background-color: rgb(107,10,204); }

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

border-color css

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

 span { border-color: rgb(107,10,204); }

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