Html Css Color HEX #642FBB Purple Heart

📋 copy color: '#642FBB'

red 100 ◦ green 47 ◦ blue 187

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

Shades of Purple Heart #642FBB

Tints of Purple Heart #642FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.99%

R = 29.94%
G = 14.07%
B = 55.99%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#642FBB (or 0x642FBB) is known color: Purple Heart. HEX triplet: 64, 2F and BB. RGB value is (100,47,187). Sum of RGB (Red+Green+Blue) = 100+47+187=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #642FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642FBB is #9BD044. Grayscale: #4E4E4E. Windows color (decimal): -10211397 or 12267364. OLE color: 12267364.

HSL color Cylindrical-coordinate representation of color #642FBB: hue angle of 262.71º 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 #642FBB is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 47 187 -
CMYK 0.47 0.75 0 0.27
HSL 262.71º 0.6% 0.46% -
HSV(B) 262.71º 0.75% 0.73% -
XYZ 15.24 8.33 47.82 -
YUV 78.81 189.06 143.12 -
System Red Green Blue C M Y K H S L
Decimal 100 47 187 0.47 0.75 0 0.27 262.71 0.6 0.46
Hex 64 2F BB 2F 4B 0 1B 107 3C 2E
Octal 144 57 273 57 113 0 33 407 74 56
Binary 1100100 101111 10111011 101111 1001011 0 11011 100000111 111100 101110

Color Harmonies of #642FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642FBB

Black with #642FBB

Text Example


Text Example

White with #642FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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