Html Css Color HEX #603DCC Purple Heart

📋 copy color: '#603DCC'

red 96 ◦ green 61 ◦ blue 204

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

Shades of Purple Heart #603DCC

Tints of Purple Heart #603DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.51%

R = 26.59%
G = 16.9%
B = 56.51%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#603DCC (or 0x603DCC) is known color: Purple Heart. HEX triplet: 60, 3D and CC. RGB value is (96,61,204). Sum of RGB (Red+Green+Blue) = 96+61+204=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #603DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DCC is #9FC233. Grayscale: #575757. Windows color (decimal): -10469940 or 13385056. OLE color: 13385056.

HSL color Cylindrical-coordinate representation of color #603DCC: hue angle of 254.69º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #603DCC is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 61 204 -
CMYK 0.53 0.70 0 0.2
HSL 254.69º 0.58% 0.52% -
HSV(B) 254.69º 0.7% 0.8% -
XYZ 17.39 10.18 58.18 -
YUV 87.77 193.6 133.87 -
System Red Green Blue C M Y K H S L
Decimal 96 61 204 0.53 0.70 0 0.2 254.69 0.58 0.52
Hex 60 3D CC 35 46 0 14 FF 3A 34
Octal 140 75 314 65 106 0 24 377 72 64
Binary 1100000 111101 11001100 110101 1000110 0 10100 11111111 111010 110100

Color Harmonies of #603DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603DCC

Black with #603DCC

Text Example


Text Example

White with #603DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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