Html Css Color HEX #3B17CB Purple Heart

📋 copy color: '#3B17CB'

red 59 ◦ green 23 ◦ blue 203

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

Shades of Purple Heart #3B17CB

Tints of Purple Heart #3B17CB

RGB

 RED value IS 59 (23.44% from 255) = 20.7%

 GREEN value IS 23 (9.38% from 255) = 8.07%

 BLUE value IS 203 (79.69% from 255) = 71.23%

R = 20.7%
G = 8.07%
B = 71.23%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3B17CB (or 0x3B17CB) is known color: Purple Heart. HEX triplet: 3B, 17 and CB. RGB value is (59,23,203). Sum of RGB (Red+Green+Blue) = 59+23+203=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #3B17CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B17CB is #C4E834. Grayscale: #353535. Windows color (decimal): -12904501 or 13309755. OLE color: 13309755.

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

Color convert

RGB 59 23 203 -
CMYK 0.71 0.89 0 0.20
HSL 252º 0.8% 0.44% -
HSV(B) 252º 0.89% 0.8% -
XYZ 12.89 5.85 56.95 -
YUV 54.28 211.93 131.36 -
System Red Green Blue C M Y K H S L
Decimal 59 23 203 0.71 0.89 0 0.20 252 0.8 0.44
Hex 3B 17 CB 47 59 0 14 FC 50 2C
Octal 73 27 313 107 131 0 24 374 120 54
Binary 111011 10111 11001011 1000111 1011001 0 10100 11111100 1010000 101100

Color Harmonies of #3B17CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B17CB

Black with #3B17CB

Text Example


Text Example

White with #3B17CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,23,203); }

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

background-color css

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

 a { background-color: rgb(59,23,203); }

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

border-color css

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

 span { border-color: rgb(59,23,203); }

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