Html Css Color HEX #3F0FCA Purple Heart

📋 copy color: '#3F0FCA'

red 63 ◦ green 15 ◦ blue 202

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

Shades of Purple Heart #3F0FCA

Tints of Purple Heart #3F0FCA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.36%

 BLUE value IS 202 (79.3% from 255) = 72.14%

R = 22.5%
G = 5.36%
B = 72.14%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3F0FCA (or 0x3F0FCA) is known color: Purple Heart. HEX triplet: 3F, 0F and CA. RGB value is (63,15,202). Sum of RGB (Red+Green+Blue) = 63+15+202=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 202 (79.30% from 255 or 72.14% from 280); Max value from RGB is 202 - color contains mainly: blue. Hex color #3F0FCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0FCA is #C0F035. Grayscale: #313131. Windows color (decimal): -12644406 or 13242175. OLE color: 13242175.

HSL color Cylindrical-coordinate representation of color #3F0FCA: hue angle of 255.4º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0FCA is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 63 15 202 -
CMYK 0.69 0.93 0 0.21
HSL 255.4º 0.86% 0.43% -
HSV(B) 255.4º 0.93% 0.79% -
XYZ 12.88 5.66 56.29 -
YUV 50.67 213.4 136.79 -
System Red Green Blue C M Y K H S L
Decimal 63 15 202 0.69 0.93 0 0.21 255.4 0.86 0.43
Hex 3F F CA 45 5D 0 15 FF 56 2B
Octal 77 17 312 105 135 0 25 377 126 53
Binary 111111 1111 11001010 1000101 1011101 0 10101 11111111 1010110 101011

Color Harmonies of #3F0FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0FCA

Black with #3F0FCA

Text Example


Text Example

White with #3F0FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,15,202); }

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

background-color css

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

 a { background-color: rgb(63,15,202); }

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

border-color css

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

 span { border-color: rgb(63,15,202); }

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