Html Css Color HEX #6018CB Purple Heart

📋 copy color: '#6018CB'

red 96 ◦ green 24 ◦ blue 203

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

Shades of Purple Heart #6018CB

Tints of Purple Heart #6018CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.85%

R = 29.72%
G = 7.43%
B = 62.85%

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

#6018CB (or 0x6018CB) is known color: Purple Heart. HEX triplet: 60, 18 and CB. RGB value is (96,24,203). Sum of RGB (Red+Green+Blue) = 96+24+203=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #6018CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6018CB is #9FE734. Grayscale: #414141. Windows color (decimal): -10479413 or 13310048. OLE color: 13310048.

HSL color Cylindrical-coordinate representation of color #6018CB: hue angle of 264.13º 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 #6018CB is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 24 203 -
CMYK 0.53 0.88 0 0.20
HSL 264.13º 0.79% 0.45% -
HSV(B) 264.13º 0.88% 0.8% -
XYZ 15.93 7.45 57.1 -
YUV 65.93 205.35 149.45 -
System Red Green Blue C M Y K H S L
Decimal 96 24 203 0.53 0.88 0 0.20 264.13 0.79 0.45
Hex 60 18 CB 35 58 0 14 108 4F 2D
Octal 140 30 313 65 130 0 24 410 117 55
Binary 1100000 11000 11001011 110101 1011000 0 10100 100001000 1001111 101101

Color Harmonies of #6018CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6018CB

Black with #6018CB

Text Example


Text Example

White with #6018CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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