Html Css Color HEX #481CCF Purple Heart

📋 copy color: '#481CCF'

red 72 ◦ green 28 ◦ blue 207

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

Shades of Purple Heart #481CCF

Tints of Purple Heart #481CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.12%

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

R = 23.45%
G = 9.12%
B = 67.43%

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

#481CCF (or 0x481CCF) is known color: Purple Heart. HEX triplet: 48, 1C and CF. RGB value is (72,28,207). Sum of RGB (Red+Green+Blue) = 72+28+207=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #481CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481CCF is #B7E330. Grayscale: #3C3C3C. Windows color (decimal): -12051249 or 13573192. OLE color: 13573192.

HSL color Cylindrical-coordinate representation of color #481CCF: hue angle of 254.75º degrees, saturation: 0.76, 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 #481CCF is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 28 207 -
CMYK 0.65 0.86 0 0.19
HSL 254.75º 0.76% 0.46% -
HSV(B) 254.75º 0.86% 0.81% -
XYZ 14.35 6.71 59.57 -
YUV 61.56 210.08 135.45 -
System Red Green Blue C M Y K H S L
Decimal 72 28 207 0.65 0.86 0 0.19 254.75 0.76 0.46
Hex 48 1C CF 41 56 0 13 FF 4C 2E
Octal 110 34 317 101 126 0 23 377 114 56
Binary 1001000 11100 11001111 1000001 1010110 0 10011 11111111 1001100 101110

Color Harmonies of #481CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481CCF

Black with #481CCF

Text Example


Text Example

White with #481CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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