Html Css Color HEX #642FBC Purple Heart

📋 copy color: '#642FBC'

red 100 ◦ green 47 ◦ blue 188

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

Shades of Purple Heart #642FBC

Tints of Purple Heart #642FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.12%

R = 29.85%
G = 14.03%
B = 56.12%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#642FBC (or 0x642FBC) is known color: Purple Heart. HEX triplet: 64, 2F and BC. RGB value is (100,47,188). Sum of RGB (Red+Green+Blue) = 100+47+188=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #642FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642FBC is #9BD043. Grayscale: #4E4E4E. Windows color (decimal): -10211396 or 12332900. OLE color: 12332900.

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

Color convert

RGB 100 47 188 -
CMYK 0.47 0.75 0 0.26
HSL 262.55º 0.6% 0.46% -
HSV(B) 262.55º 0.75% 0.74% -
XYZ 15.35 8.37 48.38 -
YUV 78.92 189.56 143.04 -
System Red Green Blue C M Y K H S L
Decimal 100 47 188 0.47 0.75 0 0.26 262.55 0.6 0.46
Hex 64 2F BC 2F 4B 0 1A 107 3C 2E
Octal 144 57 274 57 113 0 32 407 74 56
Binary 1100100 101111 10111100 101111 1001011 0 11010 100000111 111100 101110

Color Harmonies of #642FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642FBC

Black with #642FBC

Text Example


Text Example

White with #642FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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