Html Css Color HEX #642DB6 Purple Heart

📋 copy color: '#642DB6'

red 100 ◦ green 45 ◦ blue 182

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

Shades of Purple Heart #642DB6

Tints of Purple Heart #642DB6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.76%

 BLUE value IS 182 (71.48% from 255) = 55.66%

R = 30.58%
G = 13.76%
B = 55.66%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#642DB6 (or 0x642DB6) is known color: Purple Heart. HEX triplet: 64, 2D and B6. RGB value is (100,45,182). Sum of RGB (Red+Green+Blue) = 100+45+182=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 182 (71.48% from 255 or 55.66% from 327); Max value from RGB is 182 - color contains mainly: blue. Hex color #642DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642DB6 is #9BD249. Grayscale: #4C4C4C. Windows color (decimal): -10211914 or 11939172. OLE color: 11939172.

HSL color Cylindrical-coordinate representation of color #642DB6: hue angle of 264.09º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #642DB6 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 100 45 182 -
CMYK 0.45 0.75 0 0.29
HSL 264.09º 0.6% 0.45% -
HSV(B) 264.09º 0.75% 0.71% -
XYZ 14.64 7.96 45.02 -
YUV 77.06 187.22 144.36 -
System Red Green Blue C M Y K H S L
Decimal 100 45 182 0.45 0.75 0 0.29 264.09 0.6 0.45
Hex 64 2D B6 2D 4B 0 1D 108 3C 2D
Octal 144 55 266 55 113 0 35 410 74 55
Binary 1100100 101101 10110110 101101 1001011 0 11101 100001000 111100 101101

Color Harmonies of #642DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642DB6

Black with #642DB6

Text Example


Text Example

White with #642DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642DB6; }

 p { color: rgb(100,45,182); }

 H1.HeaderClassName
 {
   color: #642DB6;
 }
 .AnyTagClassName
 {
   color: #642DB6;
 }
</style>

background-color css

<style>
 a { background-color: #642DB6; }

 a { background-color: rgb(100,45,182); }

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

border-color css

<style>
 span { border-color: #642DB6; }

 span { border-color: rgb(100,45,182); }

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