Html Css Color HEX #6C13CC Purple Heart

📋 copy color: '#6C13CC'

red 108 ◦ green 19 ◦ blue 204

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

Shades of Purple Heart #6C13CC

Tints of Purple Heart #6C13CC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.74%

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

R = 32.63%
G = 5.74%
B = 61.63%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6C13CC (or 0x6C13CC) is known color: Purple Heart. HEX triplet: 6C, 13 and CC. RGB value is (108,19,204). Sum of RGB (Red+Green+Blue) = 108+19+204=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C13CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C13CC is #93EC33. Grayscale: #424242. Windows color (decimal): -9694260 or 13374316. OLE color: 13374316.

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

Color convert

RGB 108 19 204 -
CMYK 0.47 0.91 0 0.2
HSL 268.86º 0.83% 0.44% -
HSV(B) 268.86º 0.91% 0.8% -
XYZ 17.32 8.01 57.76 -
YUV 66.7 205.49 157.46 -
System Red Green Blue C M Y K H S L
Decimal 108 19 204 0.47 0.91 0 0.2 268.86 0.83 0.44
Hex 6C 13 CC 2F 5B 0 14 10D 53 2C
Octal 154 23 314 57 133 0 24 415 123 54
Binary 1101100 10011 11001100 101111 1011011 0 10100 100001101 1010011 101100

Color Harmonies of #6C13CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C13CC

Black with #6C13CC

Text Example


Text Example

White with #6C13CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,19,204); }

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

background-color css

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

 a { background-color: rgb(108,19,204); }

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

border-color css

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

 span { border-color: rgb(108,19,204); }

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