Html Css Color HEX #6018CD Purple Heart

📋 copy color: '#6018CD'

red 96 ◦ green 24 ◦ blue 205

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

Shades of Purple Heart #6018CD

Tints of Purple Heart #6018CD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.38%

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

R = 29.54%
G = 7.38%
B = 63.08%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6018CD (or 0x6018CD) is known color: Purple Heart. HEX triplet: 60, 18 and CD. RGB value is (96,24,205). Sum of RGB (Red+Green+Blue) = 96+24+205=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #6018CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6018CD is #9FE732. Grayscale: #414141. Windows color (decimal): -10479411 or 13441120. OLE color: 13441120.

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

Color convert

RGB 96 24 205 -
CMYK 0.53 0.88 0 0.20
HSL 263.87º 0.79% 0.45% -
HSV(B) 263.87º 0.88% 0.8% -
XYZ 16.17 7.55 58.36 -
YUV 66.16 206.35 149.28 -
System Red Green Blue C M Y K H S L
Decimal 96 24 205 0.53 0.88 0 0.20 263.87 0.79 0.45
Hex 60 18 CD 35 58 0 14 108 4F 2D
Octal 140 30 315 65 130 0 24 410 117 55
Binary 1100000 11000 11001101 110101 1011000 0 10100 100001000 1001111 101101

Color Harmonies of #6018CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6018CD

Black with #6018CD

Text Example


Text Example

White with #6018CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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