Html Css Color HEX #642FBA Purple Heart

📋 copy color: '#642FBA'

red 100 ◦ green 47 ◦ blue 186

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

Shades of Purple Heart #642FBA

Tints of Purple Heart #642FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.11%

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

R = 30.03%
G = 14.11%
B = 55.86%

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

#642FBA (or 0x642FBA) is known color: Purple Heart. HEX triplet: 64, 2F and BA. RGB value is (100,47,186). Sum of RGB (Red+Green+Blue) = 100+47+186=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #642FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642FBA is #9BD045. Grayscale: #4E4E4E. Windows color (decimal): -10211398 or 12201828. OLE color: 12201828.

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

Color convert

RGB 100 47 186 -
CMYK 0.46 0.75 0 0.27
HSL 262.88º 0.6% 0.46% -
HSV(B) 262.88º 0.75% 0.73% -
XYZ 15.13 8.29 47.26 -
YUV 78.69 188.56 143.2 -
System Red Green Blue C M Y K H S L
Decimal 100 47 186 0.46 0.75 0 0.27 262.88 0.6 0.46
Hex 64 2F BA 2E 4B 0 1B 107 3C 2E
Octal 144 57 272 56 113 0 33 407 74 56
Binary 1100100 101111 10111010 101110 1001011 0 11011 100000111 111100 101110

Color Harmonies of #642FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642FBA

Black with #642FBA

Text Example


Text Example

White with #642FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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