Html Css Color HEX #6B0BCD Purple Heart

📋 copy color: '#6B0BCD'

red 107 ◦ green 11 ◦ blue 205

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

Shades of Purple Heart #6B0BCD

Tints of Purple Heart #6B0BCD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.41%

 BLUE value IS 205 (80.47% from 255) = 63.47%

R = 33.13%
G = 3.41%
B = 63.47%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6B0BCD (or 0x6B0BCD) is known color: Purple Heart. HEX triplet: 6B, 0B and CD. RGB value is (107,11,205). Sum of RGB (Red+Green+Blue) = 107+11+205=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B0BCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0BCD is #94F432. Grayscale: #3D3D3D. Windows color (decimal): -9761843 or 13437803. OLE color: 13437803.

HSL color Cylindrical-coordinate representation of color #6B0BCD: hue angle of 269.69º degrees, saturation: 0.9, 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 #6B0BCD is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 11 205 -
CMYK 0.48 0.95 0 0.20
HSL 269.69º 0.9% 0.42% -
HSV(B) 269.69º 0.95% 0.8% -
XYZ 17.2 7.77 58.35 -
YUV 61.82 208.8 160.23 -
System Red Green Blue C M Y K H S L
Decimal 107 11 205 0.48 0.95 0 0.20 269.69 0.9 0.42
Hex 6B B CD 30 5F 0 14 10E 5A 2A
Octal 153 13 315 60 137 0 24 416 132 52
Binary 1101011 1011 11001101 110000 1011111 0 10100 100001110 1011010 101010

Color Harmonies of #6B0BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0BCD

Black with #6B0BCD

Text Example


Text Example

White with #6B0BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,11,205); }

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

background-color css

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

 a { background-color: rgb(107,11,205); }

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

border-color css

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

 span { border-color: rgb(107,11,205); }

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