Html Css Color HEX #6010CD Purple Heart

📋 copy color: '#6010CD'

red 96 ◦ green 16 ◦ blue 205

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

Shades of Purple Heart #6010CD

Tints of Purple Heart #6010CD

RGB

 RED value IS 96 (37.89% from 255) = 30.28%

 GREEN value IS 16 (6.64% from 255) = 5.05%

 BLUE value IS 205 (80.47% from 255) = 64.67%

R = 30.28%
G = 5.05%
B = 64.67%

CMYK

 C value IS 0.53

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6010CD (or 0x6010CD) is known color: Purple Heart. HEX triplet: 60, 10 and CD. RGB value is (96,16,205). Sum of RGB (Red+Green+Blue) = 96+16+205=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #6010CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6010CD is #9FEF32. Grayscale: #3C3C3C. Windows color (decimal): -10481459 or 13439072. OLE color: 13439072.

HSL color Cylindrical-coordinate representation of color #6010CD: hue angle of 265.4º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6010CD is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 16 205 -
CMYK 0.53 0.92 0 0.20
HSL 265.4º 0.86% 0.43% -
HSV(B) 265.4º 0.92% 0.8% -
XYZ 16.03 7.27 58.32 -
YUV 61.47 209 152.63 -
System Red Green Blue C M Y K H S L
Decimal 96 16 205 0.53 0.92 0 0.20 265.4 0.86 0.43
Hex 60 10 CD 35 5C 0 14 109 56 2B
Octal 140 20 315 65 134 0 24 411 126 53
Binary 1100000 10000 11001101 110101 1011100 0 10100 100001001 1010110 101011

Color Harmonies of #6010CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6010CD

Black with #6010CD

Text Example


Text Example

White with #6010CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6010CD; }

 p { color: rgb(96,16,205); }

 H1.HeaderClassName
 {
   color: #6010CD;
 }
 .AnyTagClassName
 {
   color: #6010CD;
 }
</style>

background-color css

<style>
 a { background-color: #6010CD; }

 a { background-color: rgb(96,16,205); }

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

border-color css

<style>
 span { border-color: #6010CD; }

 span { border-color: rgb(96,16,205); }

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