Html Css Color HEX #602EDF Purple Heart

📋 copy color: '#602EDF'

red 96 ◦ green 46 ◦ blue 223

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

Shades of Purple Heart #602EDF

Tints of Purple Heart #602EDF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.6%

 BLUE value IS 223 (87.5% from 255) = 61.1%

R = 26.3%
G = 12.6%
B = 61.1%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#602EDF (or 0x602EDF) is known color: Purple Heart. HEX triplet: 60, 2E and DF. RGB value is (96,46,223). Sum of RGB (Red+Green+Blue) = 96+46+223=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #602EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602EDF is #9FD120. Grayscale: #505050. Windows color (decimal): -10473761 or 14626400. OLE color: 14626400.

HSL color Cylindrical-coordinate representation of color #602EDF: hue angle of 256.95º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #602EDF is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 46 223 -
CMYK 0.57 0.79 0 0.13
HSL 256.95º 0.73% 0.53% -
HSV(B) 256.95º 0.79% 0.87% -
XYZ 19.12 9.77 70.69 -
YUV 81.13 208.07 138.61 -
System Red Green Blue C M Y K H S L
Decimal 96 46 223 0.57 0.79 0 0.13 256.95 0.73 0.53
Hex 60 2E DF 39 4F 0 D 101 49 35
Octal 140 56 337 71 117 0 15 401 111 65
Binary 1100000 101110 11011111 111001 1001111 0 1101 100000001 1001001 110101

Color Harmonies of #602EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602EDF

Black with #602EDF

Text Example


Text Example

White with #602EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602EDF; }

 p { color: rgb(96,46,223); }

 H1.HeaderClassName
 {
   color: #602EDF;
 }
 .AnyTagClassName
 {
   color: #602EDF;
 }
</style>

background-color css

<style>
 a { background-color: #602EDF; }

 a { background-color: rgb(96,46,223); }

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

border-color css

<style>
 span { border-color: #602EDF; }

 span { border-color: rgb(96,46,223); }

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