Html Css Color HEX #6C1DCF Purple Heart

📋 copy color: '#6C1DCF'

red 108 ◦ green 29 ◦ blue 207

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

Shades of Purple Heart #6C1DCF

Tints of Purple Heart #6C1DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.43%

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

R = 31.4%
G = 8.43%
B = 60.17%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C1DCF (or 0x6C1DCF) is known color: Purple Heart. HEX triplet: 6C, 1D and CF. RGB value is (108,29,207). Sum of RGB (Red+Green+Blue) = 108+29+207=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C1DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C1DCF is #93E230. Grayscale: #484848. Windows color (decimal): -9691697 or 13573484. OLE color: 13573484.

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

Color convert

RGB 108 29 207 -
CMYK 0.48 0.86 0 0.19
HSL 266.63º 0.75% 0.46% -
HSV(B) 266.63º 0.86% 0.81% -
XYZ 17.89 8.57 59.74 -
YUV 72.91 203.67 153.03 -
System Red Green Blue C M Y K H S L
Decimal 108 29 207 0.48 0.86 0 0.19 266.63 0.75 0.46
Hex 6C 1D CF 30 56 0 13 10B 4B 2E
Octal 154 35 317 60 126 0 23 413 113 56
Binary 1101100 11101 11001111 110000 1010110 0 10011 100001011 1001011 101110

Color Harmonies of #6C1DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1DCF

Black with #6C1DCF

Text Example


Text Example

White with #6C1DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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