Html Css Color HEX #642BC5 Purple Heart

📋 copy color: '#642BC5'

red 100 ◦ green 43 ◦ blue 197

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

Shades of Purple Heart #642BC5

Tints of Purple Heart #642BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 57.94%

R = 29.41%
G = 12.65%
B = 57.94%

CMYK

 C value IS 0.49

 M value IS 0.78

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#642BC5 (or 0x642BC5) is known color: Purple Heart. HEX triplet: 64, 2B and C5. RGB value is (100,43,197). Sum of RGB (Red+Green+Blue) = 100+43+197=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 197 (77.34% from 255 or 57.94% from 340); Max value from RGB is 197 - color contains mainly: blue. Hex color #642BC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642BC5 is #9BD43A. Grayscale: #4D4D4D. Windows color (decimal): -10212411 or 12921700. OLE color: 12921700.

HSL color Cylindrical-coordinate representation of color #642BC5: hue angle of 262.21º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #642BC5 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 100 43 197 -
CMYK 0.49 0.78 0 0.23
HSL 262.21º 0.64% 0.47% -
HSV(B) 262.21º 0.78% 0.77% -
XYZ 16.2 8.47 53.6 -
YUV 77.6 195.38 143.98 -
System Red Green Blue C M Y K H S L
Decimal 100 43 197 0.49 0.78 0 0.23 262.21 0.64 0.47
Hex 64 2B C5 31 4E 0 17 106 40 2F
Octal 144 53 305 61 116 0 27 406 100 57
Binary 1100100 101011 11000101 110001 1001110 0 10111 100000110 1000000 101111

Color Harmonies of #642BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642BC5

Black with #642BC5

Text Example


Text Example

White with #642BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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