Html Css Color HEX #642ABB Purple Heart

📋 copy color: '#642ABB'

red 100 ◦ green 42 ◦ blue 187

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

Shades of Purple Heart #642ABB

Tints of Purple Heart #642ABB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.77%

 BLUE value IS 187 (73.44% from 255) = 56.84%

R = 30.4%
G = 12.77%
B = 56.84%

CMYK

 C value IS 0.47

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#642ABB (or 0x642ABB) is known color: Purple Heart. HEX triplet: 64, 2A and BB. RGB value is (100,42,187). Sum of RGB (Red+Green+Blue) = 100+42+187=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #642ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642ABB is #9BD544. Grayscale: #4B4B4B. Windows color (decimal): -10212677 or 12266084. OLE color: 12266084.

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

Color convert

RGB 100 42 187 -
CMYK 0.47 0.78 0 0.27
HSL 264º 0.63% 0.45% -
HSV(B) 264º 0.78% 0.73% -
XYZ 15.05 7.95 47.76 -
YUV 75.87 190.72 145.21 -
System Red Green Blue C M Y K H S L
Decimal 100 42 187 0.47 0.78 0 0.27 264 0.63 0.45
Hex 64 2A BB 2F 4E 0 1B 108 3F 2D
Octal 144 52 273 57 116 0 33 410 77 55
Binary 1100100 101010 10111011 101111 1001110 0 11011 100001000 111111 101101

Color Harmonies of #642ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642ABB

Black with #642ABB

Text Example


Text Example

White with #642ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,42,187); }

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

background-color css

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

 a { background-color: rgb(100,42,187); }

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

border-color css

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

 span { border-color: rgb(100,42,187); }

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