Html Css Color HEX #6C0BAF Purple Heart

📋 copy color: '#6C0BAF'

red 108 ◦ green 11 ◦ blue 175

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

Shades of Purple Heart #6C0BAF

Tints of Purple Heart #6C0BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 59.52%

R = 36.73%
G = 3.74%
B = 59.52%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6C0BAF (or 0x6C0BAF) is known color: Purple Heart. HEX triplet: 6C, 0B and AF. RGB value is (108,11,175). Sum of RGB (Red+Green+Blue) = 108+11+175=294 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.73% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C0BAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0BAF is #93F450. Grayscale: #3A3A3A. Windows color (decimal): -9696337 or 11471724. OLE color: 11471724.

HSL color Cylindrical-coordinate representation of color #6C0BAF: hue angle of 275.49º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0BAF is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 108 11 175 -
CMYK 0.38 0.94 0 0.31
HSL 275.49º 0.88% 0.36% -
HSV(B) 275.49º 0.94% 0.69% -
XYZ 14.04 6.52 41.08 -
YUV 58.7 193.64 163.16 -
System Red Green Blue C M Y K H S L
Decimal 108 11 175 0.38 0.94 0 0.31 275.49 0.88 0.36
Hex 6C B AF 26 5E 0 1F 113 58 24
Octal 154 13 257 46 136 0 37 423 130 44
Binary 1101100 1011 10101111 100110 1011110 0 11111 100010011 1011000 100100

Color Harmonies of #6C0BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0BAF

Black with #6C0BAF

Text Example


Text Example

White with #6C0BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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