Html Css Color HEX #6424BE Purple Heart

📋 copy color: '#6424BE'

red 100 ◦ green 36 ◦ blue 190

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

Shades of Purple Heart #6424BE

Tints of Purple Heart #6424BE

RGB

 RED value IS 100 (39.45% from 255) = 30.67%

 GREEN value IS 36 (14.45% from 255) = 11.04%

 BLUE value IS 190 (74.61% from 255) = 58.28%

R = 30.67%
G = 11.04%
B = 58.28%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6424BE (or 0x6424BE) is known color: Purple Heart. HEX triplet: 64, 24 and BE. RGB value is (100,36,190). Sum of RGB (Red+Green+Blue) = 100+36+190=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #6424BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6424BE is #9BDB41. Grayscale: #484848. Windows color (decimal): -10214210 or 12461156. OLE color: 12461156.

HSL color Cylindrical-coordinate representation of color #6424BE: hue angle of 264.94º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6424BE is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 36 190 -
CMYK 0.47 0.81 0 0.25
HSL 264.94º 0.68% 0.44% -
HSV(B) 264.94º 0.81% 0.75% -
XYZ 15.18 7.69 49.4 -
YUV 72.69 194.2 147.48 -
System Red Green Blue C M Y K H S L
Decimal 100 36 190 0.47 0.81 0 0.25 264.94 0.68 0.44
Hex 64 24 BE 2F 51 0 19 109 44 2C
Octal 144 44 276 57 121 0 31 411 104 54
Binary 1100100 100100 10111110 101111 1010001 0 11001 100001001 1000100 101100

Color Harmonies of #6424BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6424BE

Black with #6424BE

Text Example


Text Example

White with #6424BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6424BE; }

 p { color: rgb(100,36,190); }

 H1.HeaderClassName
 {
   color: #6424BE;
 }
 .AnyTagClassName
 {
   color: #6424BE;
 }
</style>

background-color css

<style>
 a { background-color: #6424BE; }

 a { background-color: rgb(100,36,190); }

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

border-color css

<style>
 span { border-color: #6424BE; }

 span { border-color: rgb(100,36,190); }

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