Html Css Color HEX #603CCF Purple Heart

📋 copy color: '#603CCF'

red 96 ◦ green 60 ◦ blue 207

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

Shades of Purple Heart #603CCF

Tints of Purple Heart #603CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.53%

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

R = 26.45%
G = 16.53%
B = 57.02%

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

#603CCF (or 0x603CCF) is known color: Purple Heart. HEX triplet: 60, 3C and CF. RGB value is (96,60,207). Sum of RGB (Red+Green+Blue) = 96+60+207=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #603CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603CCF is #9FC330. Grayscale: #565656. Windows color (decimal): -10470193 or 13581408. OLE color: 13581408.

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

Color convert

RGB 96 60 207 -
CMYK 0.54 0.71 0 0.19
HSL 254.69º 0.6% 0.52% -
HSV(B) 254.69º 0.71% 0.81% -
XYZ 17.7 10.22 60.07 -
YUV 87.52 195.43 134.05 -
System Red Green Blue C M Y K H S L
Decimal 96 60 207 0.54 0.71 0 0.19 254.69 0.6 0.52
Hex 60 3C CF 36 47 0 13 FF 3C 34
Octal 140 74 317 66 107 0 23 377 74 64
Binary 1100000 111100 11001111 110110 1000111 0 10011 11111111 111100 110100

Color Harmonies of #603CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603CCF

Black with #603CCF

Text Example


Text Example

White with #603CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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