Html Css Color HEX #3F10CC Purple Heart

📋 copy color: '#3F10CC'

red 63 ◦ green 16 ◦ blue 204

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

Shades of Purple Heart #3F10CC

Tints of Purple Heart #3F10CC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.65%

 BLUE value IS 204 (80.08% from 255) = 72.08%

R = 22.26%
G = 5.65%
B = 72.08%

CMYK

 C value IS 0.69

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3F10CC (or 0x3F10CC) is known color: Purple Heart. HEX triplet: 3F, 10 and CC. RGB value is (63,16,204). Sum of RGB (Red+Green+Blue) = 63+16+204=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F10CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F10CC is #C0EF33. Grayscale: #323232. Windows color (decimal): -12644148 or 13373503. OLE color: 13373503.

HSL color Cylindrical-coordinate representation of color #3F10CC: hue angle of 255º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F10CC is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 63 16 204 -
CMYK 0.69 0.92 0 0.2
HSL 255º 0.85% 0.43% -
HSV(B) 255º 0.92% 0.8% -
XYZ 13.13 5.79 57.55 -
YUV 51.49 214.07 136.21 -
System Red Green Blue C M Y K H S L
Decimal 63 16 204 0.69 0.92 0 0.2 255 0.85 0.43
Hex 3F 10 CC 45 5C 0 14 FF 55 2B
Octal 77 20 314 105 134 0 24 377 125 53
Binary 111111 10000 11001100 1000101 1011100 0 10100 11111111 1010101 101011

Color Harmonies of #3F10CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F10CC

Black with #3F10CC

Text Example


Text Example

White with #3F10CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,16,204); }

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

background-color css

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

 a { background-color: rgb(63,16,204); }

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

border-color css

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

 span { border-color: rgb(63,16,204); }

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