Html Css Color HEX #603DCF Purple Heart

📋 copy color: '#603DCF'

red 96 ◦ green 61 ◦ blue 207

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

Shades of Purple Heart #603DCF

Tints of Purple Heart #603DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.87%

R = 26.37%
G = 16.76%
B = 56.87%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#603DCF (or 0x603DCF) is known color: Purple Heart. HEX triplet: 60, 3D and CF. RGB value is (96,61,207). Sum of RGB (Red+Green+Blue) = 96+61+207=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #603DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DCF is #9FC230. Grayscale: #575757. Windows color (decimal): -10469937 or 13581664. OLE color: 13581664.

HSL color Cylindrical-coordinate representation of color #603DCF: hue angle of 254.38º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #603DCF is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 61 207 -
CMYK 0.54 0.71 0 0.19
HSL 254.38º 0.6% 0.53% -
HSV(B) 254.38º 0.71% 0.81% -
XYZ 17.76 10.33 60.09 -
YUV 88.11 195.1 133.63 -
System Red Green Blue C M Y K H S L
Decimal 96 61 207 0.54 0.71 0 0.19 254.38 0.6 0.53
Hex 60 3D CF 36 47 0 13 FE 3C 35
Octal 140 75 317 66 107 0 23 376 74 65
Binary 1100000 111101 11001111 110110 1000111 0 10011 11111110 111100 110101

Color Harmonies of #603DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603DCF

Black with #603DCF

Text Example


Text Example

White with #603DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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