Html Css Color HEX #4F27CF Purple Heart

📋 copy color: '#4F27CF'

red 79 ◦ green 39 ◦ blue 207

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

Shades of Purple Heart #4F27CF

Tints of Purple Heart #4F27CF

RGB

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

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

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

R = 24.31%
G = 12%
B = 63.69%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4F27CF (or 0x4F27CF) is known color: Purple Heart. HEX triplet: 4F, 27 and CF. RGB value is (79,39,207). Sum of RGB (Red+Green+Blue) = 79+39+207=325 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.31% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #4F27CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F27CF is #B0D830. Grayscale: #454545. Windows color (decimal): -11589681 or 13576015. OLE color: 13576015.

HSL color Cylindrical-coordinate representation of color #4F27CF: hue angle of 254.29º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F27CF is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 79 39 207 -
CMYK 0.62 0.81 0 0.19
HSL 254.29º 0.68% 0.48% -
HSV(B) 254.29º 0.81% 0.81% -
XYZ 15.21 7.62 59.7 -
YUV 70.11 205.25 134.34 -
System Red Green Blue C M Y K H S L
Decimal 79 39 207 0.62 0.81 0 0.19 254.29 0.68 0.48
Hex 4F 27 CF 3E 51 0 13 FE 44 30
Octal 117 47 317 76 121 0 23 376 104 60
Binary 1001111 100111 11001111 111110 1010001 0 10011 11111110 1000100 110000

Color Harmonies of #4F27CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F27CF

Black with #4F27CF

Text Example


Text Example

White with #4F27CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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