Html Css Color HEX #3F1CCE Purple Heart

📋 copy color: '#3F1CCE'

red 63 ◦ green 28 ◦ blue 206

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

Shades of Purple Heart #3F1CCE

Tints of Purple Heart #3F1CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 69.36%

R = 21.21%
G = 9.43%
B = 69.36%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F1CCE (or 0x3F1CCE) is known color: Purple Heart. HEX triplet: 3F, 1C and CE. RGB value is (63,28,206). Sum of RGB (Red+Green+Blue) = 63+28+206=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F1CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1CCE is #C0E331. Grayscale: #3A3A3A. Windows color (decimal): -12641074 or 13507647. OLE color: 13507647.

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

Color convert

RGB 63 28 206 -
CMYK 0.69 0.86 0 0.19
HSL 251.8º 0.76% 0.46% -
HSV(B) 251.8º 0.86% 0.81% -
XYZ 13.61 6.34 58.9 -
YUV 58.76 211.1 131.03 -
System Red Green Blue C M Y K H S L
Decimal 63 28 206 0.69 0.86 0 0.19 251.8 0.76 0.46
Hex 3F 1C CE 45 56 0 13 FC 4C 2E
Octal 77 34 316 105 126 0 23 374 114 56
Binary 111111 11100 11001110 1000101 1010110 0 10011 11111100 1001100 101110

Color Harmonies of #3F1CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1CCE

Black with #3F1CCE

Text Example


Text Example

White with #3F1CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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