Html Css Color HEX #3F1CCD Purple Heart

📋 copy color: '#3F1CCD'

red 63 ◦ green 28 ◦ blue 205

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

Shades of Purple Heart #3F1CCD

Tints of Purple Heart #3F1CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.46%

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

R = 21.28%
G = 9.46%
B = 69.26%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F1CCD (or 0x3F1CCD) is known color: Purple Heart. HEX triplet: 3F, 1C and CD. RGB value is (63,28,205). Sum of RGB (Red+Green+Blue) = 63+28+205=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 205 (80.47% from 255 or 69.26% from 296); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F1CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1CCD is #C0E332. Grayscale: #393939. Windows color (decimal): -12641075 or 13442111. OLE color: 13442111.

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

Color convert

RGB 63 28 205 -
CMYK 0.69 0.86 0 0.20
HSL 251.86º 0.76% 0.46% -
HSV(B) 251.86º 0.86% 0.8% -
XYZ 13.48 6.3 58.26 -
YUV 58.64 210.6 131.11 -
System Red Green Blue C M Y K H S L
Decimal 63 28 205 0.69 0.86 0 0.20 251.86 0.76 0.46
Hex 3F 1C CD 45 56 0 14 FC 4C 2E
Octal 77 34 315 105 126 0 24 374 114 56
Binary 111111 11100 11001101 1000101 1010110 0 10100 11111100 1001100 101110

Color Harmonies of #3F1CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1CCD

Black with #3F1CCD

Text Example


Text Example

White with #3F1CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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