Html Css Color HEX #6428BE Purple Heart

📋 copy color: '#6428BE'

red 100 ◦ green 40 ◦ blue 190

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

Shades of Purple Heart #6428BE

Tints of Purple Heart #6428BE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.12%

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

R = 30.3%
G = 12.12%
B = 57.58%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6428BE (or 0x6428BE) is known color: Purple Heart. HEX triplet: 64, 28 and BE. RGB value is (100,40,190). Sum of RGB (Red+Green+Blue) = 100+40+190=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #6428BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6428BE is #9BD741. Grayscale: #4A4A4A. Windows color (decimal): -10213186 or 12462180. OLE color: 12462180.

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

Color convert

RGB 100 40 190 -
CMYK 0.47 0.79 0 0.25
HSL 264º 0.65% 0.45% -
HSV(B) 264º 0.79% 0.75% -
XYZ 15.31 7.94 49.44 -
YUV 75.04 192.88 145.8 -
System Red Green Blue C M Y K H S L
Decimal 100 40 190 0.47 0.79 0 0.25 264 0.65 0.45
Hex 64 28 BE 2F 4F 0 19 108 41 2D
Octal 144 50 276 57 117 0 31 410 101 55
Binary 1100100 101000 10111110 101111 1001111 0 11001 100001000 1000001 101101

Color Harmonies of #6428BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6428BE

Black with #6428BE

Text Example


Text Example

White with #6428BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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