Html Css Color HEX #6040C9 Purple Heart

📋 copy color: '#6040C9'

red 96 ◦ green 64 ◦ blue 201

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

Shades of Purple Heart #6040C9

Tints of Purple Heart #6040C9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.73%

 BLUE value IS 201 (78.91% from 255) = 55.68%

R = 26.59%
G = 17.73%
B = 55.68%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6040C9 (or 0x6040C9) is known color: Purple Heart. HEX triplet: 60, 40 and C9. RGB value is (96,64,201). Sum of RGB (Red+Green+Blue) = 96+64+201=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 201 (78.91% from 255 or 55.68% from 361); Max value from RGB is 201 - color contains mainly: blue. Hex color #6040C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6040C9 is #9FBF36. Grayscale: #585858. Windows color (decimal): -10469175 or 13189216. OLE color: 13189216.

HSL color Cylindrical-coordinate representation of color #6040C9: hue angle of 254.01º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6040C9 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 64 201 -
CMYK 0.52 0.68 0 0.21
HSL 254.01º 0.56% 0.52% -
HSV(B) 254.01º 0.68% 0.79% -
XYZ 17.2 10.37 56.35 -
YUV 89.19 191.1 132.86 -
System Red Green Blue C M Y K H S L
Decimal 96 64 201 0.52 0.68 0 0.21 254.01 0.56 0.52
Hex 60 40 C9 34 44 0 15 FE 38 34
Octal 140 100 311 64 104 0 25 376 70 64
Binary 1100000 1000000 11001001 110100 1000100 0 10101 11111110 111000 110100

Color Harmonies of #6040C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6040C9

Black with #6040C9

Text Example


Text Example

White with #6040C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6040C9; }

 p { color: rgb(96,64,201); }

 H1.HeaderClassName
 {
   color: #6040C9;
 }
 .AnyTagClassName
 {
   color: #6040C9;
 }
</style>

background-color css

<style>
 a { background-color: #6040C9; }

 a { background-color: rgb(96,64,201); }

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

border-color css

<style>
 span { border-color: #6040C9; }

 span { border-color: rgb(96,64,201); }

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