Html Css Color HEX #603DC8 Purple Heart

📋 copy color: '#603DC8'

red 96 ◦ green 61 ◦ blue 200

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

Shades of Purple Heart #603DC8

Tints of Purple Heart #603DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 56.02%

R = 26.89%
G = 17.09%
B = 56.02%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#603DC8 (or 0x603DC8) is known color: Purple Heart. HEX triplet: 60, 3D and C8. RGB value is (96,61,200). Sum of RGB (Red+Green+Blue) = 96+61+200=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 200 (78.52% from 255 or 56.02% from 357); Max value from RGB is 200 - color contains mainly: blue. Hex color #603DC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DC8 is #9FC237. Grayscale: #565656. Windows color (decimal): -10469944 or 13122912. OLE color: 13122912.

HSL color Cylindrical-coordinate representation of color #603DC8: hue angle of 255.11º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #603DC8 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 61 200 -
CMYK 0.52 0.69 0 0.22
HSL 255.11º 0.56% 0.51% -
HSV(B) 255.11º 0.7% 0.78% -
XYZ 16.92 9.99 55.68 -
YUV 87.31 191.6 134.2 -
System Red Green Blue C M Y K H S L
Decimal 96 61 200 0.52 0.69 0 0.22 255.11 0.56 0.51
Hex 60 3D C8 34 45 0 16 FF 38 33
Octal 140 75 310 64 105 0 26 377 70 63
Binary 1100000 111101 11001000 110100 1000101 0 10110 11111111 111000 110011

Color Harmonies of #603DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603DC8

Black with #603DC8

Text Example


Text Example

White with #603DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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