Html Css Color HEX #642BBC Purple Heart

📋 copy color: '#642BBC'

red 100 ◦ green 43 ◦ blue 188

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

Shades of Purple Heart #642BBC

Tints of Purple Heart #642BBC

RGB

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

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

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

R = 30.21%
G = 12.99%
B = 56.8%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#642BBC (or 0x642BBC) is known color: Purple Heart. HEX triplet: 64, 2B and BC. RGB value is (100,43,188). Sum of RGB (Red+Green+Blue) = 100+43+188=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #642BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642BBC is #9BD443. Grayscale: #4C4C4C. Windows color (decimal): -10212420 or 12331876. OLE color: 12331876.

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

Color convert

RGB 100 43 188 -
CMYK 0.47 0.77 0 0.26
HSL 263.59º 0.63% 0.45% -
HSV(B) 263.59º 0.77% 0.74% -
XYZ 15.2 8.07 48.33 -
YUV 76.57 190.88 144.71 -
System Red Green Blue C M Y K H S L
Decimal 100 43 188 0.47 0.77 0 0.26 263.59 0.63 0.45
Hex 64 2B BC 2F 4D 0 1A 108 3F 2D
Octal 144 53 274 57 115 0 32 410 77 55
Binary 1100100 101011 10111100 101111 1001101 0 11010 100001000 111111 101101

Color Harmonies of #642BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642BBC

Black with #642BBC

Text Example


Text Example

White with #642BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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