Html Css Color HEX #642EBA Purple Heart

📋 copy color: '#642EBA'

red 100 ◦ green 46 ◦ blue 186

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

Shades of Purple Heart #642EBA

Tints of Purple Heart #642EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.86%

 BLUE value IS 186 (73.05% from 255) = 56.02%

R = 30.12%
G = 13.86%
B = 56.02%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#642EBA (or 0x642EBA) is known color: Purple Heart. HEX triplet: 64, 2E and BA. RGB value is (100,46,186). Sum of RGB (Red+Green+Blue) = 100+46+186=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #642EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642EBA is #9BD145. Grayscale: #4D4D4D. Windows color (decimal): -10211654 or 12201572. OLE color: 12201572.

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

Color convert

RGB 100 46 186 -
CMYK 0.46 0.75 0 0.27
HSL 263.14º 0.6% 0.45% -
HSV(B) 263.14º 0.75% 0.73% -
XYZ 15.1 8.21 47.24 -
YUV 78.11 188.89 143.62 -
System Red Green Blue C M Y K H S L
Decimal 100 46 186 0.46 0.75 0 0.27 263.14 0.6 0.45
Hex 64 2E BA 2E 4B 0 1B 107 3C 2D
Octal 144 56 272 56 113 0 33 407 74 55
Binary 1100100 101110 10111010 101110 1001011 0 11011 100000111 111100 101101

Color Harmonies of #642EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642EBA

Black with #642EBA

Text Example


Text Example

White with #642EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,46,186); }

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

background-color css

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

 a { background-color: rgb(100,46,186); }

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

border-color css

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

 span { border-color: rgb(100,46,186); }

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