Html Css Color HEX #603BCD Purple Heart

📋 copy color: '#603BCD'

red 96 ◦ green 59 ◦ blue 205

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

Shades of Purple Heart #603BCD

Tints of Purple Heart #603BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.39%

 BLUE value IS 205 (80.47% from 255) = 56.94%

R = 26.67%
G = 16.39%
B = 56.94%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#603BCD (or 0x603BCD) is known color: Purple Heart. HEX triplet: 60, 3B and CD. RGB value is (96,59,205). Sum of RGB (Red+Green+Blue) = 96+59+205=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #603BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603BCD is #9FC432. Grayscale: #565656. Windows color (decimal): -10470451 or 13450080. OLE color: 13450080.

HSL color Cylindrical-coordinate representation of color #603BCD: hue angle of 255.21º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #603BCD is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 59 205 -
CMYK 0.53 0.71 0 0.20
HSL 255.21º 0.59% 0.52% -
HSV(B) 255.21º 0.71% 0.8% -
XYZ 17.41 10.02 58.77 -
YUV 86.71 194.76 134.63 -
System Red Green Blue C M Y K H S L
Decimal 96 59 205 0.53 0.71 0 0.20 255.21 0.59 0.52
Hex 60 3B CD 35 47 0 14 FF 3B 34
Octal 140 73 315 65 107 0 24 377 73 64
Binary 1100000 111011 11001101 110101 1000111 0 10100 11111111 111011 110100

Color Harmonies of #603BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603BCD

Black with #603BCD

Text Example


Text Example

White with #603BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,59,205); }

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

background-color css

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

 a { background-color: rgb(96,59,205); }

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

border-color css

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

 span { border-color: rgb(96,59,205); }

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