Html Css Color HEX #4F27BC Purple Heart

📋 copy color: '#4F27BC'

red 79 ◦ green 39 ◦ blue 188

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

Shades of Purple Heart #4F27BC

Tints of Purple Heart #4F27BC

RGB

 RED value IS 79 (31.25% from 255) = 25.82%

 GREEN value IS 39 (15.63% from 255) = 12.75%

 BLUE value IS 188 (73.83% from 255) = 61.44%

R = 25.82%
G = 12.75%
B = 61.44%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4F27BC (or 0x4F27BC) is known color: Purple Heart. HEX triplet: 4F, 27 and BC. RGB value is (79,39,188). Sum of RGB (Red+Green+Blue) = 79+39+188=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F27BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F27BC is #B0D843. Grayscale: #434343. Windows color (decimal): -11589700 or 12330831. OLE color: 12330831.

HSL color Cylindrical-coordinate representation of color #4F27BC: hue angle of 256.11º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F27BC is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 79 39 188 -
CMYK 0.58 0.79 0 0.26
HSL 256.11º 0.66% 0.45% -
HSV(B) 256.11º 0.79% 0.74% -
XYZ 13.03 6.74 48.19 -
YUV 67.95 195.75 135.88 -
System Red Green Blue C M Y K H S L
Decimal 79 39 188 0.58 0.79 0 0.26 256.11 0.66 0.45
Hex 4F 27 BC 3A 4F 0 1A 100 42 2D
Octal 117 47 274 72 117 0 32 400 102 55
Binary 1001111 100111 10111100 111010 1001111 0 11010 100000000 1000010 101101

Color Harmonies of #4F27BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F27BC

Black with #4F27BC

Text Example


Text Example

White with #4F27BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F27BC; }

 p { color: rgb(79,39,188); }

 H1.HeaderClassName
 {
   color: #4F27BC;
 }
 .AnyTagClassName
 {
   color: #4F27BC;
 }
</style>

background-color css

<style>
 a { background-color: #4F27BC; }

 a { background-color: rgb(79,39,188); }

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

border-color css

<style>
 span { border-color: #4F27BC; }

 span { border-color: rgb(79,39,188); }

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