Html Css Color HEX #3C1FCF Purple Heart

📋 copy color: '#3C1FCF'

red 60 ◦ green 31 ◦ blue 207

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

Shades of Purple Heart #3C1FCF

Tints of Purple Heart #3C1FCF

RGB

 RED value IS 60 (23.83% from 255) = 20.13%

 GREEN value IS 31 (12.5% from 255) = 10.4%

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

R = 20.13%
G = 10.4%
B = 69.46%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3C1FCF (or 0x3C1FCF) is known color: Purple Heart. HEX triplet: 3C, 1F and CF. RGB value is (60,31,207). Sum of RGB (Red+Green+Blue) = 60+31+207=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 207 (81.25% from 255 or 69.46% from 298); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C1FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1FCF is #C3E030. Grayscale: #3B3B3B. Windows color (decimal): -12836913 or 13573948. OLE color: 13573948.

HSL color Cylindrical-coordinate representation of color #3C1FCF: hue angle of 249.89º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C1FCF is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 31 207 -
CMYK 0.71 0.85 0 0.19
HSL 249.89º 0.74% 0.47% -
HSV(B) 249.89º 0.85% 0.81% -
XYZ 13.62 6.45 59.56 -
YUV 59.74 211.11 128.19 -
System Red Green Blue C M Y K H S L
Decimal 60 31 207 0.71 0.85 0 0.19 249.89 0.74 0.47
Hex 3C 1F CF 47 55 0 13 FA 4A 2F
Octal 74 37 317 107 125 0 23 372 112 57
Binary 111100 11111 11001111 1000111 1010101 0 10011 11111010 1001010 101111

Color Harmonies of #3C1FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1FCF

Black with #3C1FCF

Text Example


Text Example

White with #3C1FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,31,207); }

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

background-color css

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

 a { background-color: rgb(60,31,207); }

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

border-color css

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

 span { border-color: rgb(60,31,207); }

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