Html Css Color HEX #4F34CC Purple Heart

📋 copy color: '#4F34CC'

red 79 ◦ green 52 ◦ blue 204

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

Shades of Purple Heart #4F34CC

Tints of Purple Heart #4F34CC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.52%

 BLUE value IS 204 (80.08% from 255) = 60.9%

R = 23.58%
G = 15.52%
B = 60.9%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4F34CC (or 0x4F34CC) is known color: Purple Heart. HEX triplet: 4F, 34 and CC. RGB value is (79,52,204). Sum of RGB (Red+Green+Blue) = 79+52+204=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F34CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F34CC is #B0CB33. Grayscale: #4C4C4C. Windows color (decimal): -11586356 or 13382735. OLE color: 13382735.

HSL color Cylindrical-coordinate representation of color #4F34CC: hue angle of 250.66º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F34CC is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 79 52 204 -
CMYK 0.61 0.75 0 0.2
HSL 250.66º 0.6% 0.5% -
HSV(B) 250.66º 0.75% 0.8% -
XYZ 15.35 8.48 57.95 -
YUV 77.4 199.45 129.14 -
System Red Green Blue C M Y K H S L
Decimal 79 52 204 0.61 0.75 0 0.2 250.66 0.6 0.5
Hex 4F 34 CC 3D 4B 0 14 FB 3C 32
Octal 117 64 314 75 113 0 24 373 74 62
Binary 1001111 110100 11001100 111101 1001011 0 10100 11111011 111100 110010

Color Harmonies of #4F34CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F34CC

Black with #4F34CC

Text Example


Text Example

White with #4F34CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,52,204); }

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

background-color css

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

 a { background-color: rgb(79,52,204); }

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

border-color css

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

 span { border-color: rgb(79,52,204); }

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