Html Css Color HEX #6018DA Purple Heart

📋 copy color: '#6018DA'

red 96 ◦ green 24 ◦ blue 218

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

Shades of Purple Heart #6018DA

Tints of Purple Heart #6018DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 64.5%

R = 28.4%
G = 7.1%
B = 64.5%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6018DA (or 0x6018DA) is known color: Purple Heart. HEX triplet: 60, 18 and DA. RGB value is (96,24,218). Sum of RGB (Red+Green+Blue) = 96+24+218=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 218 (85.55% from 255 or 64.50% from 338); Max value from RGB is 218 - color contains mainly: blue. Hex color #6018DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6018DA is #9FE725. Grayscale: #424242. Windows color (decimal): -10479398 or 14293088. OLE color: 14293088.

HSL color Cylindrical-coordinate representation of color #6018DA: hue angle of 262.27º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6018DA is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 24 218 -
CMYK 0.56 0.89 0 0.15
HSL 262.27º 0.8% 0.47% -
HSV(B) 262.27º 0.89% 0.85% -
XYZ 17.81 8.2 66.97 -
YUV 67.64 212.85 148.23 -
System Red Green Blue C M Y K H S L
Decimal 96 24 218 0.56 0.89 0 0.15 262.27 0.8 0.47
Hex 60 18 DA 38 59 0 F 106 50 2F
Octal 140 30 332 70 131 0 17 406 120 57
Binary 1100000 11000 11011010 111000 1011001 0 1111 100000110 1010000 101111

Color Harmonies of #6018DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6018DA

Black with #6018DA

Text Example


Text Example

White with #6018DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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