Html Css Color HEX #3F13CD Purple Heart

📋 copy color: '#3F13CD'

red 63 ◦ green 19 ◦ blue 205

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

Shades of Purple Heart #3F13CD

Tints of Purple Heart #3F13CD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.62%

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

R = 21.95%
G = 6.62%
B = 71.43%

CMYK

 C value IS 0.69

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F13CD (or 0x3F13CD) is known color: Purple Heart. HEX triplet: 3F, 13 and CD. RGB value is (63,19,205). Sum of RGB (Red+Green+Blue) = 63+19+205=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F13CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F13CD is #C0EC32. Grayscale: #343434. Windows color (decimal): -12643379 or 13439807. OLE color: 13439807.

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

Color convert

RGB 63 19 205 -
CMYK 0.69 0.91 0 0.20
HSL 254.19º 0.83% 0.44% -
HSV(B) 254.19º 0.91% 0.8% -
XYZ 13.3 5.93 58.2 -
YUV 53.36 213.58 134.88 -
System Red Green Blue C M Y K H S L
Decimal 63 19 205 0.69 0.91 0 0.20 254.19 0.83 0.44
Hex 3F 13 CD 45 5B 0 14 FE 53 2C
Octal 77 23 315 105 133 0 24 376 123 54
Binary 111111 10011 11001101 1000101 1011011 0 10100 11111110 1010011 101100

Color Harmonies of #3F13CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F13CD

Black with #3F13CD

Text Example


Text Example

White with #3F13CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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