Html Css Color HEX #6C0BCF Purple Heart

📋 copy color: '#6C0BCF'

red 108 ◦ green 11 ◦ blue 207

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

Shades of Purple Heart #6C0BCF

Tints of Purple Heart #6C0BCF

RGB

 RED value IS 108 (42.58% from 255) = 33.13%

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

 BLUE value IS 207 (81.25% from 255) = 63.5%

R = 33.13%
G = 3.37%
B = 63.5%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C0BCF (or 0x6C0BCF) is known color: Purple Heart. HEX triplet: 6C, 0B and CF. RGB value is (108,11,207). Sum of RGB (Red+Green+Blue) = 108+11+207=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C0BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0BCF is #93F430. Grayscale: #3D3D3D. Windows color (decimal): -9696305 or 13568876. OLE color: 13568876.

HSL color Cylindrical-coordinate representation of color #6C0BCF: hue angle of 269.69º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0BCF is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 11 207 -
CMYK 0.48 0.95 0 0.19
HSL 269.69º 0.9% 0.43% -
HSV(B) 269.69º 0.95% 0.81% -
XYZ 17.57 7.93 59.64 -
YUV 62.35 209.64 160.56 -
System Red Green Blue C M Y K H S L
Decimal 108 11 207 0.48 0.95 0 0.19 269.69 0.9 0.43
Hex 6C B CF 30 5F 0 13 10E 5A 2B
Octal 154 13 317 60 137 0 23 416 132 53
Binary 1101100 1011 11001111 110000 1011111 0 10011 100001110 1011010 101011

Color Harmonies of #6C0BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0BCF

Black with #6C0BCF

Text Example


Text Example

White with #6C0BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,11,207); }

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

background-color css

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

 a { background-color: rgb(108,11,207); }

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

border-color css

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

 span { border-color: rgb(108,11,207); }

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