Html Css Color HEX #3F16CD Purple Heart

📋 copy color: '#3F16CD'

red 63 ◦ green 22 ◦ blue 205

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

Shades of Purple Heart #3F16CD

Tints of Purple Heart #3F16CD

RGB

 RED value IS 63 (25% from 255) = 21.72%

 GREEN value IS 22 (8.98% from 255) = 7.59%

 BLUE value IS 205 (80.47% from 255) = 70.69%

R = 21.72%
G = 7.59%
B = 70.69%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F16CD (or 0x3F16CD) is known color: Purple Heart. HEX triplet: 3F, 16 and CD. RGB value is (63,22,205). Sum of RGB (Red+Green+Blue) = 63+22+205=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 205 (80.47% from 255 or 70.69% from 290); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F16CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F16CD is #C0E932. Grayscale: #363636. Windows color (decimal): -12642611 or 13440575. OLE color: 13440575.

HSL color Cylindrical-coordinate representation of color #3F16CD: hue angle of 253.44º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F16CD is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 22 205 -
CMYK 0.69 0.89 0 0.20
HSL 253.44º 0.81% 0.45% -
HSV(B) 253.44º 0.89% 0.8% -
XYZ 13.36 6.04 58.22 -
YUV 55.12 212.58 133.62 -
System Red Green Blue C M Y K H S L
Decimal 63 22 205 0.69 0.89 0 0.20 253.44 0.81 0.45
Hex 3F 16 CD 45 59 0 14 FD 51 2D
Octal 77 26 315 105 131 0 24 375 121 55
Binary 111111 10110 11001101 1000101 1011001 0 10100 11111101 1010001 101101

Color Harmonies of #3F16CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F16CD

Black with #3F16CD

Text Example


Text Example

White with #3F16CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F16CD; }

 p { color: rgb(63,22,205); }

 H1.HeaderClassName
 {
   color: #3F16CD;
 }
 .AnyTagClassName
 {
   color: #3F16CD;
 }
</style>

background-color css

<style>
 a { background-color: #3F16CD; }

 a { background-color: rgb(63,22,205); }

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

border-color css

<style>
 span { border-color: #3F16CD; }

 span { border-color: rgb(63,22,205); }

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