Html Css Color HEX #6428BD Purple Heart

📋 copy color: '#6428BD'

red 100 ◦ green 40 ◦ blue 189

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

Shades of Purple Heart #6428BD

Tints of Purple Heart #6428BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.45%

R = 30.4%
G = 12.16%
B = 57.45%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6428BD (or 0x6428BD) is known color: Purple Heart. HEX triplet: 64, 28 and BD. RGB value is (100,40,189). Sum of RGB (Red+Green+Blue) = 100+40+189=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #6428BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6428BD is #9BD742. Grayscale: #4A4A4A. Windows color (decimal): -10213187 or 12396644. OLE color: 12396644.

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

Color convert

RGB 100 40 189 -
CMYK 0.47 0.79 0 0.26
HSL 264.16º 0.65% 0.45% -
HSV(B) 264.16º 0.79% 0.74% -
XYZ 15.2 7.9 48.87 -
YUV 74.93 192.38 145.88 -
System Red Green Blue C M Y K H S L
Decimal 100 40 189 0.47 0.79 0 0.26 264.16 0.65 0.45
Hex 64 28 BD 2F 4F 0 1A 108 41 2D
Octal 144 50 275 57 117 0 32 410 101 55
Binary 1100100 101000 10111101 101111 1001111 0 11010 100001000 1000001 101101

Color Harmonies of #6428BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6428BD

Black with #6428BD

Text Example


Text Example

White with #6428BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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