Html Css Color HEX #601CDA Purple Heart

📋 copy color: '#601CDA'

red 96 ◦ green 28 ◦ blue 218

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

Shades of Purple Heart #601CDA

Tints of Purple Heart #601CDA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.19%

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

R = 28.07%
G = 8.19%
B = 63.74%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#601CDA (or 0x601CDA) is known color: Purple Heart. HEX triplet: 60, 1C and DA. RGB value is (96,28,218). Sum of RGB (Red+Green+Blue) = 96+28+218=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #601CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601CDA is #9FE325. Grayscale: #454545. Windows color (decimal): -10478374 or 14294112. OLE color: 14294112.

HSL color Cylindrical-coordinate representation of color #601CDA: hue angle of 261.47º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #601CDA is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 28 218 -
CMYK 0.56 0.87 0 0.15
HSL 261.47º 0.77% 0.48% -
HSV(B) 261.47º 0.87% 0.85% -
XYZ 17.89 8.38 67 -
YUV 69.99 211.53 146.55 -
System Red Green Blue C M Y K H S L
Decimal 96 28 218 0.56 0.87 0 0.15 261.47 0.77 0.48
Hex 60 1C DA 38 57 0 F 105 4D 30
Octal 140 34 332 70 127 0 17 405 115 60
Binary 1100000 11100 11011010 111000 1010111 0 1111 100000101 1001101 110000

Color Harmonies of #601CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601CDA

Black with #601CDA

Text Example


Text Example

White with #601CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601CDA; }

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

 H1.HeaderClassName
 {
   color: #601CDA;
 }
 .AnyTagClassName
 {
   color: #601CDA;
 }
</style>

background-color css

<style>
 a { background-color: #601CDA; }

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

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

border-color css

<style>
 span { border-color: #601CDA; }

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

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