Html Css Color HEX #603CBD Purple Heart

📋 copy color: '#603CBD'

red 96 ◦ green 60 ◦ blue 189

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

Shades of Purple Heart #603CBD

Tints of Purple Heart #603CBD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.39%

 BLUE value IS 189 (74.22% from 255) = 54.78%

R = 27.83%
G = 17.39%
B = 54.78%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#603CBD (or 0x603CBD) is known color: Purple Heart. HEX triplet: 60, 3C and BD. RGB value is (96,60,189). Sum of RGB (Red+Green+Blue) = 96+60+189=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #603CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603CBD is #9FC342. Grayscale: #545454. Windows color (decimal): -10470211 or 12401760. OLE color: 12401760.

HSL color Cylindrical-coordinate representation of color #603CBD: hue angle of 256.74º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #603CBD is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 60 189 -
CMYK 0.49 0.68 0 0.26
HSL 256.74º 0.52% 0.49% -
HSV(B) 256.74º 0.68% 0.74% -
XYZ 15.63 9.39 49.13 -
YUV 85.47 186.43 135.51 -
System Red Green Blue C M Y K H S L
Decimal 96 60 189 0.49 0.68 0 0.26 256.74 0.52 0.49
Hex 60 3C BD 31 44 0 1A 101 34 31
Octal 140 74 275 61 104 0 32 401 64 61
Binary 1100000 111100 10111101 110001 1000100 0 11010 100000001 110100 110001

Color Harmonies of #603CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603CBD

Black with #603CBD

Text Example


Text Example

White with #603CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,60,189); }

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

background-color css

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

 a { background-color: rgb(96,60,189); }

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

border-color css

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

 span { border-color: rgb(96,60,189); }

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