Html Css Color HEX #603BCA Purple Heart

📋 copy color: '#603BCA'

red 96 ◦ green 59 ◦ blue 202

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

Shades of Purple Heart #603BCA

Tints of Purple Heart #603BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 56.58%

R = 26.89%
G = 16.53%
B = 56.58%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#603BCA (or 0x603BCA) is known color: Purple Heart. HEX triplet: 60, 3B and CA. RGB value is (96,59,202). Sum of RGB (Red+Green+Blue) = 96+59+202=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 59 (23.44% from 255 or 16.53% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #603BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603BCA is #9FC435. Grayscale: #555555. Windows color (decimal): -10470454 or 13253472. OLE color: 13253472.

HSL color Cylindrical-coordinate representation of color #603BCA: hue angle of 255.52º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #603BCA is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 59 202 -
CMYK 0.52 0.71 0 0.21
HSL 255.52º 0.57% 0.51% -
HSV(B) 255.52º 0.71% 0.79% -
XYZ 17.05 9.88 56.89 -
YUV 86.37 193.26 134.87 -
System Red Green Blue C M Y K H S L
Decimal 96 59 202 0.52 0.71 0 0.21 255.52 0.57 0.51
Hex 60 3B CA 34 47 0 15 100 39 33
Octal 140 73 312 64 107 0 25 400 71 63
Binary 1100000 111011 11001010 110100 1000111 0 10101 100000000 111001 110011

Color Harmonies of #603BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603BCA

Black with #603BCA

Text Example


Text Example

White with #603BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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