Html Css Color HEX #3F23B3 Purple Heart

📋 copy color: '#3F23B3'

red 63 ◦ green 35 ◦ blue 179

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

Shades of Purple Heart #3F23B3

Tints of Purple Heart #3F23B3

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.64%

 BLUE value IS 179 (70.31% from 255) = 64.62%

R = 22.74%
G = 12.64%
B = 64.62%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3F23B3 (or 0x3F23B3) is known color: Purple Heart. HEX triplet: 3F, 23 and B3. RGB value is (63,35,179). Sum of RGB (Red+Green+Blue) = 63+35+179=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 179 (70.31% from 255 or 64.62% from 277); Max value from RGB is 179 - color contains mainly: blue. Hex color #3F23B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F23B3 is #C0DC4C. Grayscale: #3B3B3B. Windows color (decimal): -12639309 or 11739967. OLE color: 11739967.

HSL color Cylindrical-coordinate representation of color #3F23B3: hue angle of 251.67º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F23B3 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 63 35 179 -
CMYK 0.65 0.80 0 0.30
HSL 251.67º 0.67% 0.42% -
HSV(B) 251.67º 0.8% 0.7% -
XYZ 10.79 5.51 43.14 -
YUV 59.79 195.28 130.29 -
System Red Green Blue C M Y K H S L
Decimal 63 35 179 0.65 0.80 0 0.30 251.67 0.67 0.42
Hex 3F 23 B3 41 50 0 1E FC 43 2A
Octal 77 43 263 101 120 0 36 374 103 52
Binary 111111 100011 10110011 1000001 1010000 0 11110 11111100 1000011 101010

Color Harmonies of #3F23B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F23B3

Black with #3F23B3

Text Example


Text Example

White with #3F23B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,35,179); }

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

background-color css

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

 a { background-color: rgb(63,35,179); }

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

border-color css

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

 span { border-color: rgb(63,35,179); }

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