Html Css Color HEX #602FBE Purple Heart

📋 copy color: '#602FBE'

red 96 ◦ green 47 ◦ blue 190

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

Shades of Purple Heart #602FBE

Tints of Purple Heart #602FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.06%

R = 28.83%
G = 14.11%
B = 57.06%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#602FBE (or 0x602FBE) is known color: Purple Heart. HEX triplet: 60, 2F and BE. RGB value is (96,47,190). Sum of RGB (Red+Green+Blue) = 96+47+190=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #602FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602FBE is #9FD041. Grayscale: #4D4D4D. Windows color (decimal): -10473538 or 12463968. OLE color: 12463968.

HSL color Cylindrical-coordinate representation of color #602FBE: hue angle of 260.56º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #602FBE is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 47 190 -
CMYK 0.49 0.75 0 0.25
HSL 260.56º 0.6% 0.46% -
HSV(B) 260.56º 0.75% 0.75% -
XYZ 15.13 8.24 49.51 -
YUV 77.95 191.23 140.87 -
System Red Green Blue C M Y K H S L
Decimal 96 47 190 0.49 0.75 0 0.25 260.56 0.6 0.46
Hex 60 2F BE 31 4B 0 19 105 3C 2E
Octal 140 57 276 61 113 0 31 405 74 56
Binary 1100000 101111 10111110 110001 1001011 0 11001 100000101 111100 101110

Color Harmonies of #602FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602FBE

Black with #602FBE

Text Example


Text Example

White with #602FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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