Html Css Color HEX #603DCB Purple Heart

📋 copy color: '#603DCB'

red 96 ◦ green 61 ◦ blue 203

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

Shades of Purple Heart #603DCB

Tints of Purple Heart #603DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 56.39%

R = 26.67%
G = 16.94%
B = 56.39%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#603DCB (or 0x603DCB) is known color: Purple Heart. HEX triplet: 60, 3D and CB. RGB value is (96,61,203). Sum of RGB (Red+Green+Blue) = 96+61+203=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #603DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DCB is #9FC234. Grayscale: #575757. Windows color (decimal): -10469941 or 13319520. OLE color: 13319520.

HSL color Cylindrical-coordinate representation of color #603DCB: hue angle of 254.79º 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 #603DCB is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 61 203 -
CMYK 0.53 0.70 0 0.20
HSL 254.79º 0.58% 0.52% -
HSV(B) 254.79º 0.7% 0.8% -
XYZ 17.27 10.14 57.55 -
YUV 87.65 193.1 133.95 -
System Red Green Blue C M Y K H S L
Decimal 96 61 203 0.53 0.70 0 0.20 254.79 0.58 0.52
Hex 60 3D CB 35 46 0 14 FF 3A 34
Octal 140 75 313 65 106 0 24 377 72 64
Binary 1100000 111101 11001011 110101 1000110 0 10100 11111111 111010 110100

Color Harmonies of #603DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603DCB

Black with #603DCB

Text Example


Text Example

White with #603DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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