Html Css Color HEX #603FBB Purple Heart

📋 copy color: '#603FBB'

red 96 ◦ green 63 ◦ blue 187

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

Shades of Purple Heart #603FBB

Tints of Purple Heart #603FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.05%

R = 27.75%
G = 18.21%
B = 54.05%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#603FBB (or 0x603FBB) is known color: Purple Heart. HEX triplet: 60, 3F and BB. RGB value is (96,63,187). Sum of RGB (Red+Green+Blue) = 96+63+187=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #603FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FBB is #9FC044. Grayscale: #565656. Windows color (decimal): -10469445 or 12271456. OLE color: 12271456.

HSL color Cylindrical-coordinate representation of color #603FBB: hue angle of 255.97º degrees, saturation: 0.5, 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 #603FBB is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 63 187 -
CMYK 0.49 0.66 0 0.27
HSL 255.97º 0.5% 0.49% -
HSV(B) 255.97º 0.66% 0.73% -
XYZ 15.57 9.63 48.05 -
YUV 87 184.43 134.42 -
System Red Green Blue C M Y K H S L
Decimal 96 63 187 0.49 0.66 0 0.27 255.97 0.5 0.49
Hex 60 3F BB 31 42 0 1B 100 32 31
Octal 140 77 273 61 102 0 33 400 62 61
Binary 1100000 111111 10111011 110001 1000010 0 11011 100000000 110010 110001

Color Harmonies of #603FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603FBB

Black with #603FBB

Text Example


Text Example

White with #603FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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