Html Css Color HEX #642BBD Purple Heart

📋 copy color: '#642BBD'

red 100 ◦ green 43 ◦ blue 189

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

Shades of Purple Heart #642BBD

Tints of Purple Heart #642BBD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.95%

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

R = 30.12%
G = 12.95%
B = 56.93%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#642BBD (or 0x642BBD) is known color: Purple Heart. HEX triplet: 64, 2B and BD. RGB value is (100,43,189). Sum of RGB (Red+Green+Blue) = 100+43+189=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 189 (74.22% from 255 or 56.93% from 332); Max value from RGB is 189 - color contains mainly: blue. Hex color #642BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642BBD is #9BD442. Grayscale: #4C4C4C. Windows color (decimal): -10212419 or 12397412. OLE color: 12397412.

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

Color convert

RGB 100 43 189 -
CMYK 0.47 0.77 0 0.26
HSL 263.42º 0.63% 0.45% -
HSV(B) 263.42º 0.77% 0.74% -
XYZ 15.3 8.11 48.9 -
YUV 76.69 191.38 144.63 -
System Red Green Blue C M Y K H S L
Decimal 100 43 189 0.47 0.77 0 0.26 263.42 0.63 0.45
Hex 64 2B BD 2F 4D 0 1A 107 3F 2D
Octal 144 53 275 57 115 0 32 407 77 55
Binary 1100100 101011 10111101 101111 1001101 0 11010 100000111 111111 101101

Color Harmonies of #642BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642BBD

Black with #642BBD

Text Example


Text Example

White with #642BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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