Html Css Color HEX #6442BD Purple Heart

📋 copy color: '#6442BD'

red 100 ◦ green 66 ◦ blue 189

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

Shades of Purple Heart #6442BD

Tints of Purple Heart #6442BD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.59%

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

R = 28.17%
G = 18.59%
B = 53.24%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6442BD (or 0x6442BD) is known color: Purple Heart. HEX triplet: 64, 42 and BD. RGB value is (100,66,189). Sum of RGB (Red+Green+Blue) = 100+66+189=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #6442BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6442BD is #9BBD42. Grayscale: #595959. Windows color (decimal): -10206531 or 12403300. OLE color: 12403300.

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

Color convert

RGB 100 66 189 -
CMYK 0.47 0.65 0 0.26
HSL 256.59º 0.48% 0.5% -
HSV(B) 256.59º 0.65% 0.74% -
XYZ 16.39 10.28 49.26 -
YUV 90.19 183.76 135 -
System Red Green Blue C M Y K H S L
Decimal 100 66 189 0.47 0.65 0 0.26 256.59 0.48 0.5
Hex 64 42 BD 2F 41 0 1A 101 30 32
Octal 144 102 275 57 101 0 32 401 60 62
Binary 1100100 1000010 10111101 101111 1000001 0 11010 100000001 110000 110010

Color Harmonies of #6442BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6442BD

Black with #6442BD

Text Example


Text Example

White with #6442BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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