Html Css Color HEX #481BCE Purple Heart

📋 copy color: '#481BCE'

red 72 ◦ green 27 ◦ blue 206

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

Shades of Purple Heart #481BCE

Tints of Purple Heart #481BCE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.85%

 BLUE value IS 206 (80.86% from 255) = 67.54%

R = 23.61%
G = 8.85%
B = 67.54%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#481BCE (or 0x481BCE) is known color: Purple Heart. HEX triplet: 48, 1B and CE. RGB value is (72,27,206). Sum of RGB (Red+Green+Blue) = 72+27+206=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #481BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481BCE is #B7E431. Grayscale: #3C3C3C. Windows color (decimal): -12051506 or 13507400. OLE color: 13507400.

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

Color convert

RGB 72 27 206 -
CMYK 0.65 0.87 0 0.19
HSL 255.08º 0.77% 0.46% -
HSV(B) 255.08º 0.87% 0.81% -
XYZ 14.21 6.62 58.92 -
YUV 60.86 209.91 135.95 -
System Red Green Blue C M Y K H S L
Decimal 72 27 206 0.65 0.87 0 0.19 255.08 0.77 0.46
Hex 48 1B CE 41 57 0 13 FF 4D 2E
Octal 110 33 316 101 127 0 23 377 115 56
Binary 1001000 11011 11001110 1000001 1010111 0 10011 11111111 1001101 101110

Color Harmonies of #481BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481BCE

Black with #481BCE

Text Example


Text Example

White with #481BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,27,206); }

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

background-color css

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

 a { background-color: rgb(72,27,206); }

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

border-color css

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

 span { border-color: rgb(72,27,206); }

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