Html Css Color HEX #481DCF Purple Heart

📋 copy color: '#481DCF'

red 72 ◦ green 29 ◦ blue 207

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

Shades of Purple Heart #481DCF

Tints of Purple Heart #481DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.42%

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

R = 23.38%
G = 9.42%
B = 67.21%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#481DCF (or 0x481DCF) is known color: Purple Heart. HEX triplet: 48, 1D and CF. RGB value is (72,29,207). Sum of RGB (Red+Green+Blue) = 72+29+207=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #481DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481DCF is #B7E230. Grayscale: #3D3D3D. Windows color (decimal): -12050993 or 13573448. OLE color: 13573448.

HSL color Cylindrical-coordinate representation of color #481DCF: hue angle of 254.49º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #481DCF is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 29 207 -
CMYK 0.65 0.86 0 0.19
HSL 254.49º 0.75% 0.46% -
HSV(B) 254.49º 0.86% 0.81% -
XYZ 14.37 6.76 59.58 -
YUV 62.15 209.75 135.03 -
System Red Green Blue C M Y K H S L
Decimal 72 29 207 0.65 0.86 0 0.19 254.49 0.75 0.46
Hex 48 1D CF 41 56 0 13 FE 4B 2E
Octal 110 35 317 101 126 0 23 376 113 56
Binary 1001000 11101 11001111 1000001 1010110 0 10011 11111110 1001011 101110

Color Harmonies of #481DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481DCF

Black with #481DCF

Text Example


Text Example

White with #481DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481DCF; }

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

 H1.HeaderClassName
 {
   color: #481DCF;
 }
 .AnyTagClassName
 {
   color: #481DCF;
 }
</style>

background-color css

<style>
 a { background-color: #481DCF; }

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

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

border-color css

<style>
 span { border-color: #481DCF; }

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

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