Html Css Color HEX #6C07CA Purple Heart

📋 copy color: '#6C07CA'

red 108 ◦ green 7 ◦ blue 202

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

Shades of Purple Heart #6C07CA

Tints of Purple Heart #6C07CA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.21%

 BLUE value IS 202 (79.3% from 255) = 63.72%

R = 34.07%
G = 2.21%
B = 63.72%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6C07CA (or 0x6C07CA) is known color: Purple Heart. HEX triplet: 6C, 07 and CA. RGB value is (108,7,202). Sum of RGB (Red+Green+Blue) = 108+7+202=317 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.07% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 202 (79.30% from 255 or 63.72% from 317); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C07CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C07CA is #93F835. Grayscale: #3A3A3A. Windows color (decimal): -9697334 or 13240172. OLE color: 13240172.

HSL color Cylindrical-coordinate representation of color #6C07CA: hue angle of 271.08º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C07CA is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 108 7 202 -
CMYK 0.47 0.97 0 0.21
HSL 271.08º 0.93% 0.41% -
HSV(B) 271.08º 0.97% 0.79% -
XYZ 16.92 7.6 56.45 -
YUV 59.43 208.46 162.64 -
System Red Green Blue C M Y K H S L
Decimal 108 7 202 0.47 0.97 0 0.21 271.08 0.93 0.41
Hex 6C 7 CA 2F 61 0 15 10F 5D 29
Octal 154 7 312 57 141 0 25 417 135 51
Binary 1101100 111 11001010 101111 1100001 0 10101 100001111 1011101 101001

Color Harmonies of #6C07CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C07CA

Black with #6C07CA

Text Example


Text Example

White with #6C07CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,7,202); }

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

background-color css

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

 a { background-color: rgb(108,7,202); }

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

border-color css

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

 span { border-color: rgb(108,7,202); }

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