Html Css Color HEX #6C13DC Purple Heart

📋 copy color: '#6C13DC'

red 108 ◦ green 19 ◦ blue 220

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

Shades of Purple Heart #6C13DC

Tints of Purple Heart #6C13DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.4%

R = 31.12%
G = 5.48%
B = 63.4%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C13DC (or 0x6C13DC) is known color: Purple Heart. HEX triplet: 6C, 13 and DC. RGB value is (108,19,220). Sum of RGB (Red+Green+Blue) = 108+19+220=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C13DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C13DC is #93EC23. Grayscale: #434343. Windows color (decimal): -9694244 or 14422892. OLE color: 14422892.

HSL color Cylindrical-coordinate representation of color #6C13DC: hue angle of 266.57º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C13DC is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 19 220 -
CMYK 0.51 0.91 0 0.14
HSL 266.57º 0.84% 0.47% -
HSV(B) 266.57º 0.91% 0.86% -
XYZ 19.34 8.82 68.39 -
YUV 68.53 213.49 156.16 -
System Red Green Blue C M Y K H S L
Decimal 108 19 220 0.51 0.91 0 0.14 266.57 0.84 0.47
Hex 6C 13 DC 33 5B 0 E 10B 54 2F
Octal 154 23 334 63 133 0 16 413 124 57
Binary 1101100 10011 11011100 110011 1011011 0 1110 100001011 1010100 101111

Color Harmonies of #6C13DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C13DC

Black with #6C13DC

Text Example


Text Example

White with #6C13DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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