Html Css Color HEX #5F0ACF Purple Heart

📋 copy color: '#5F0ACF'

red 95 ◦ green 10 ◦ blue 207

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

Shades of Purple Heart #5F0ACF

Tints of Purple Heart #5F0ACF

RGB

 RED value IS 95 (37.5% from 255) = 30.45%

 GREEN value IS 10 (4.3% from 255) = 3.21%

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

R = 30.45%
G = 3.21%
B = 66.35%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F0ACF (or 0x5F0ACF) is known color: Purple Heart. HEX triplet: 5F, 0A and CF. RGB value is (95,10,207). Sum of RGB (Red+Green+Blue) = 95+10+207=312 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.45% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F0ACF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0ACF is #A0F530. Grayscale: #393939. Windows color (decimal): -10548529 or 13568607. OLE color: 13568607.

HSL color Cylindrical-coordinate representation of color #5F0ACF: hue angle of 265.89º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F0ACF is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 10 207 -
CMYK 0.54 0.95 0 0.19
HSL 265.89º 0.91% 0.43% -
HSV(B) 265.89º 0.95% 0.81% -
XYZ 16.09 7.15 59.56 -
YUV 57.87 212.16 154.48 -
System Red Green Blue C M Y K H S L
Decimal 95 10 207 0.54 0.95 0 0.19 265.89 0.91 0.43
Hex 5F A CF 36 5F 0 13 10A 5B 2B
Octal 137 12 317 66 137 0 23 412 133 53
Binary 1011111 1010 11001111 110110 1011111 0 10011 100001010 1011011 101011

Color Harmonies of #5F0ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0ACF

Black with #5F0ACF

Text Example


Text Example

White with #5F0ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F0ACF; }

 p { color: rgb(95,10,207); }

 H1.HeaderClassName
 {
   color: #5F0ACF;
 }
 .AnyTagClassName
 {
   color: #5F0ACF;
 }
</style>

background-color css

<style>
 a { background-color: #5F0ACF; }

 a { background-color: rgb(95,10,207); }

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

border-color css

<style>
 span { border-color: #5F0ACF; }

 span { border-color: rgb(95,10,207); }

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