Html Css Color HEX #4625BB Purple Heart

📋 copy color: '#4625BB'

red 70 ◦ green 37 ◦ blue 187

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

Shades of Purple Heart #4625BB

Tints of Purple Heart #4625BB

RGB

 RED value IS 70 (27.73% from 255) = 23.81%

 GREEN value IS 37 (14.84% from 255) = 12.59%

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

R = 23.81%
G = 12.59%
B = 63.61%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4625BB (or 0x4625BB) is known color: Purple Heart. HEX triplet: 46, 25 and BB. RGB value is (70,37,187). Sum of RGB (Red+Green+Blue) = 70+37+187=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #4625BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4625BB is #B9DA44. Grayscale: #3F3F3F. Windows color (decimal): -12180037 or 12264774. OLE color: 12264774.

HSL color Cylindrical-coordinate representation of color #4625BB: hue angle of 253.2º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4625BB is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 37 187 -
CMYK 0.63 0.80 0 0.27
HSL 253.2º 0.67% 0.44% -
HSV(B) 253.2º 0.8% 0.73% -
XYZ 12.16 6.21 47.57 -
YUV 63.97 197.43 132.3 -
System Red Green Blue C M Y K H S L
Decimal 70 37 187 0.63 0.80 0 0.27 253.2 0.67 0.44
Hex 46 25 BB 3F 50 0 1B FD 43 2C
Octal 106 45 273 77 120 0 33 375 103 54
Binary 1000110 100101 10111011 111111 1010000 0 11011 11111101 1000011 101100

Color Harmonies of #4625BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4625BB

Black with #4625BB

Text Example


Text Example

White with #4625BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4625BB; }

 p { color: rgb(70,37,187); }

 H1.HeaderClassName
 {
   color: #4625BB;
 }
 .AnyTagClassName
 {
   color: #4625BB;
 }
</style>

background-color css

<style>
 a { background-color: #4625BB; }

 a { background-color: rgb(70,37,187); }

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

border-color css

<style>
 span { border-color: #4625BB; }

 span { border-color: rgb(70,37,187); }

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