Html Css Color HEX #4625C9 Purple Heart

📋 copy color: '#4625C9'

red 70 ◦ green 37 ◦ blue 201

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

Shades of Purple Heart #4625C9

Tints of Purple Heart #4625C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 65.26%

R = 22.73%
G = 12.01%
B = 65.26%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4625C9 (or 0x4625C9) is known color: Purple Heart. HEX triplet: 46, 25 and C9. RGB value is (70,37,201). Sum of RGB (Red+Green+Blue) = 70+37+201=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 201 (78.91% from 255 or 65.26% from 308); Max value from RGB is 201 - color contains mainly: blue. Hex color #4625C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4625C9 is #B9DA36. Grayscale: #404040. Windows color (decimal): -12180023 or 13182278. OLE color: 13182278.

HSL color Cylindrical-coordinate representation of color #4625C9: hue angle of 252.07º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4625C9 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 37 201 -
CMYK 0.65 0.82 0 0.21
HSL 252.07º 0.69% 0.47% -
HSV(B) 252.07º 0.82% 0.79% -
XYZ 13.73 6.84 55.86 -
YUV 65.56 204.43 131.16 -
System Red Green Blue C M Y K H S L
Decimal 70 37 201 0.65 0.82 0 0.21 252.07 0.69 0.47
Hex 46 25 C9 41 52 0 15 FC 45 2F
Octal 106 45 311 101 122 0 25 374 105 57
Binary 1000110 100101 11001001 1000001 1010010 0 10101 11111100 1000101 101111

Color Harmonies of #4625C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4625C9

Black with #4625C9

Text Example


Text Example

White with #4625C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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