Html Css Color HEX #603DC0 Purple Heart

📋 copy color: '#603DC0'

red 96 ◦ green 61 ◦ blue 192

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

Shades of Purple Heart #603DC0

Tints of Purple Heart #603DC0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.48%

 BLUE value IS 192 (75.39% from 255) = 55.01%

R = 27.51%
G = 17.48%
B = 55.01%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#603DC0 (or 0x603DC0) is known color: Purple Heart. HEX triplet: 60, 3D and C0. RGB value is (96,61,192). Sum of RGB (Red+Green+Blue) = 96+61+192=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 192 (75.39% from 255 or 55.01% from 349); Max value from RGB is 192 - color contains mainly: blue. Hex color #603DC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DC0 is #9FC23F. Grayscale: #555555. Windows color (decimal): -10469952 or 12598624. OLE color: 12598624.

HSL color Cylindrical-coordinate representation of color #603DC0: hue angle of 256.03º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #603DC0 is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 61 192 -
CMYK 0.50 0.68 0 0.25
HSL 256.03º 0.52% 0.5% -
HSV(B) 256.03º 0.68% 0.75% -
XYZ 16.01 9.63 50.88 -
YUV 86.4 187.6 134.85 -
System Red Green Blue C M Y K H S L
Decimal 96 61 192 0.50 0.68 0 0.25 256.03 0.52 0.5
Hex 60 3D C0 32 44 0 19 100 34 32
Octal 140 75 300 62 104 0 31 400 64 62
Binary 1100000 111101 11000000 110010 1000100 0 11001 100000000 110100 110010

Color Harmonies of #603DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603DC0

Black with #603DC0

Text Example


Text Example

White with #603DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,61,192); }

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

background-color css

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

 a { background-color: rgb(96,61,192); }

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

border-color css

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

 span { border-color: rgb(96,61,192); }

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