Html Css Color HEX #6424BF Purple Heart

📋 copy color: '#6424BF'

red 100 ◦ green 36 ◦ blue 191

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

Shades of Purple Heart #6424BF

Tints of Purple Heart #6424BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.41%

R = 30.58%
G = 11.01%
B = 58.41%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6424BF (or 0x6424BF) is known color: Purple Heart. HEX triplet: 64, 24 and BF. RGB value is (100,36,191). Sum of RGB (Red+Green+Blue) = 100+36+191=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #6424BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6424BF is #9BDB40. Grayscale: #484848. Windows color (decimal): -10214209 or 12526692. OLE color: 12526692.

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

Color convert

RGB 100 36 191 -
CMYK 0.48 0.81 0 0.25
HSL 264.77º 0.68% 0.45% -
HSV(B) 264.77º 0.81% 0.75% -
XYZ 15.29 7.73 49.98 -
YUV 72.81 194.7 147.4 -
System Red Green Blue C M Y K H S L
Decimal 100 36 191 0.48 0.81 0 0.25 264.77 0.68 0.45
Hex 64 24 BF 30 51 0 19 109 44 2D
Octal 144 44 277 60 121 0 31 411 104 55
Binary 1100100 100100 10111111 110000 1010001 0 11001 100001001 1000100 101101

Color Harmonies of #6424BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6424BF

Black with #6424BF

Text Example


Text Example

White with #6424BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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