Html Css Color HEX #4831CF Purple Heart

📋 copy color: '#4831CF'

red 72 ◦ green 49 ◦ blue 207

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

Shades of Purple Heart #4831CF

Tints of Purple Heart #4831CF

RGB

 RED value IS 72 (28.52% from 255) = 21.95%

 GREEN value IS 49 (19.53% from 255) = 14.94%

 BLUE value IS 207 (81.25% from 255) = 63.11%

R = 21.95%
G = 14.94%
B = 63.11%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4831CF (or 0x4831CF) is known color: Purple Heart. HEX triplet: 48, 31 and CF. RGB value is (72,49,207). Sum of RGB (Red+Green+Blue) = 72+49+207=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #4831CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4831CF is #B7CE30. Grayscale: #494949. Windows color (decimal): -12045873 or 13578568. OLE color: 13578568.

HSL color Cylindrical-coordinate representation of color #4831CF: hue angle of 248.73º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4831CF is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 49 207 -
CMYK 0.65 0.76 0 0.19
HSL 248.73º 0.62% 0.5% -
HSV(B) 248.73º 0.76% 0.81% -
XYZ 15.03 8.08 59.8 -
YUV 73.89 203.12 126.65 -
System Red Green Blue C M Y K H S L
Decimal 72 49 207 0.65 0.76 0 0.19 248.73 0.62 0.5
Hex 48 31 CF 41 4C 0 13 F9 3E 32
Octal 110 61 317 101 114 0 23 371 76 62
Binary 1001000 110001 11001111 1000001 1001100 0 10011 11111001 111110 110010

Color Harmonies of #4831CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4831CF

Black with #4831CF

Text Example


Text Example

White with #4831CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4831CF; }

 p { color: rgb(72,49,207); }

 H1.HeaderClassName
 {
   color: #4831CF;
 }
 .AnyTagClassName
 {
   color: #4831CF;
 }
</style>

background-color css

<style>
 a { background-color: #4831CF; }

 a { background-color: rgb(72,49,207); }

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

border-color css

<style>
 span { border-color: #4831CF; }

 span { border-color: rgb(72,49,207); }

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