Html Css Color HEX #603FB9 Purple Heart

📋 copy color: '#603FB9'

red 96 ◦ green 63 ◦ blue 185

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

Shades of Purple Heart #603FB9

Tints of Purple Heart #603FB9

RGB

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

 GREEN value IS 63 (25% from 255) = 18.31%

 BLUE value IS 185 (72.66% from 255) = 53.78%

R = 27.91%
G = 18.31%
B = 53.78%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#603FB9 (or 0x603FB9) is known color: Purple Heart. HEX triplet: 60, 3F and B9. RGB value is (96,63,185). Sum of RGB (Red+Green+Blue) = 96+63+185=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 185 (72.66% from 255 or 53.78% from 344); Max value from RGB is 185 - color contains mainly: blue. Hex color #603FB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FB9 is #9FC046. Grayscale: #565656. Windows color (decimal): -10469447 or 12140384. OLE color: 12140384.

HSL color Cylindrical-coordinate representation of color #603FB9: hue angle of 256.23º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #603FB9 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 63 185 -
CMYK 0.48 0.66 0 0.27
HSL 256.23º 0.49% 0.49% -
HSV(B) 256.23º 0.66% 0.73% -
XYZ 15.36 9.54 46.93 -
YUV 86.78 183.43 134.58 -
System Red Green Blue C M Y K H S L
Decimal 96 63 185 0.48 0.66 0 0.27 256.23 0.49 0.49
Hex 60 3F B9 30 42 0 1B 100 31 31
Octal 140 77 271 60 102 0 33 400 61 61
Binary 1100000 111111 10111001 110000 1000010 0 11011 100000000 110001 110001

Color Harmonies of #603FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603FB9

Black with #603FB9

Text Example


Text Example

White with #603FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603FB9; }

 p { color: rgb(96,63,185); }

 H1.HeaderClassName
 {
   color: #603FB9;
 }
 .AnyTagClassName
 {
   color: #603FB9;
 }
</style>

background-color css

<style>
 a { background-color: #603FB9; }

 a { background-color: rgb(96,63,185); }

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

border-color css

<style>
 span { border-color: #603FB9; }

 span { border-color: rgb(96,63,185); }

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