Html Css Color HEX #642BBA Purple Heart

📋 copy color: '#642BBA'

red 100 ◦ green 43 ◦ blue 186

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

Shades of Purple Heart #642BBA

Tints of Purple Heart #642BBA

RGB

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

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

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

R = 30.4%
G = 13.07%
B = 56.53%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#642BBA (or 0x642BBA) is known color: Purple Heart. HEX triplet: 64, 2B and BA. RGB value is (100,43,186). Sum of RGB (Red+Green+Blue) = 100+43+186=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #642BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642BBA is #9BD445. Grayscale: #4B4B4B. Windows color (decimal): -10212422 or 12200804. OLE color: 12200804.

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

Color convert

RGB 100 43 186 -
CMYK 0.46 0.77 0 0.27
HSL 263.92º 0.62% 0.45% -
HSV(B) 263.92º 0.77% 0.73% -
XYZ 14.98 7.98 47.21 -
YUV 76.35 189.88 144.87 -
System Red Green Blue C M Y K H S L
Decimal 100 43 186 0.46 0.77 0 0.27 263.92 0.62 0.45
Hex 64 2B BA 2E 4D 0 1B 108 3E 2D
Octal 144 53 272 56 115 0 33 410 76 55
Binary 1100100 101011 10111010 101110 1001101 0 11011 100001000 111110 101101

Color Harmonies of #642BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642BBA

Black with #642BBA

Text Example


Text Example

White with #642BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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