Html Css Color HEX #4635BD Purple Heart

📋 copy color: '#4635BD'

red 70 ◦ green 53 ◦ blue 189

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

Shades of Purple Heart #4635BD

Tints of Purple Heart #4635BD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.99%

 BLUE value IS 189 (74.22% from 255) = 60.58%

R = 22.44%
G = 16.99%
B = 60.58%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4635BD (or 0x4635BD) is known color: Purple Heart. HEX triplet: 46, 35 and BD. RGB value is (70,53,189). Sum of RGB (Red+Green+Blue) = 70+53+189=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #4635BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4635BD is #B9CA42. Grayscale: #494949. Windows color (decimal): -12175939 or 12399942. OLE color: 12399942.

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

Color convert

RGB 70 53 189 -
CMYK 0.63 0.72 0 0.26
HSL 247.5º 0.56% 0.47% -
HSV(B) 247.5º 0.72% 0.74% -
XYZ 12.98 7.52 48.91 -
YUV 73.59 193.13 125.44 -
System Red Green Blue C M Y K H S L
Decimal 70 53 189 0.63 0.72 0 0.26 247.5 0.56 0.47
Hex 46 35 BD 3F 48 0 1A F8 38 2F
Octal 106 65 275 77 110 0 32 370 70 57
Binary 1000110 110101 10111101 111111 1001000 0 11010 11111000 111000 101111

Color Harmonies of #4635BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4635BD

Black with #4635BD

Text Example


Text Example

White with #4635BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4635BD; }

 p { color: rgb(70,53,189); }

 H1.HeaderClassName
 {
   color: #4635BD;
 }
 .AnyTagClassName
 {
   color: #4635BD;
 }
</style>

background-color css

<style>
 a { background-color: #4635BD; }

 a { background-color: rgb(70,53,189); }

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

border-color css

<style>
 span { border-color: #4635BD; }

 span { border-color: rgb(70,53,189); }

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