Html Css Color HEX #602FDF Purple Heart

📋 copy color: '#602FDF'

red 96 ◦ green 47 ◦ blue 223

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

Shades of Purple Heart #602FDF

Tints of Purple Heart #602FDF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.84%

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

R = 26.23%
G = 12.84%
B = 60.93%

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

#602FDF (or 0x602FDF) is known color: Purple Heart. HEX triplet: 60, 2F and DF. RGB value is (96,47,223). Sum of RGB (Red+Green+Blue) = 96+47+223=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #602FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602FDF is #9FD020. Grayscale: #515151. Windows color (decimal): -10473505 or 14626656. OLE color: 14626656.

HSL color Cylindrical-coordinate representation of color #602FDF: hue angle of 256.7º 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 #602FDF is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 47 223 -
CMYK 0.57 0.79 0 0.13
HSL 256.7º 0.73% 0.53% -
HSV(B) 256.7º 0.79% 0.87% -
XYZ 19.16 9.85 70.7 -
YUV 81.72 207.73 138.19 -
System Red Green Blue C M Y K H S L
Decimal 96 47 223 0.57 0.79 0 0.13 256.7 0.73 0.53
Hex 60 2F DF 39 4F 0 D 101 49 35
Octal 140 57 337 71 117 0 15 401 111 65
Binary 1100000 101111 11011111 111001 1001111 0 1101 100000001 1001001 110101

Color Harmonies of #602FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602FDF

Black with #602FDF

Text Example


Text Example

White with #602FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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