Html Css Color HEX #6033BF Purple Heart

📋 copy color: '#6033BF'

red 96 ◦ green 51 ◦ blue 191

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

Shades of Purple Heart #6033BF

Tints of Purple Heart #6033BF

RGB

 RED value IS 96 (37.89% from 255) = 28.4%

 GREEN value IS 51 (20.31% from 255) = 15.09%

 BLUE value IS 191 (75% from 255) = 56.51%

R = 28.4%
G = 15.09%
B = 56.51%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6033BF (or 0x6033BF) is known color: Purple Heart. HEX triplet: 60, 33 and BF. RGB value is (96,51,191). Sum of RGB (Red+Green+Blue) = 96+51+191=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #6033BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6033BF is #9FCC40. Grayscale: #4F4F4F. Windows color (decimal): -10472513 or 12530528. OLE color: 12530528.

HSL color Cylindrical-coordinate representation of color #6033BF: hue angle of 259.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6033BF is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 51 191 -
CMYK 0.50 0.73 0 0.25
HSL 259.29º 0.58% 0.47% -
HSV(B) 259.29º 0.73% 0.75% -
XYZ 15.41 8.62 50.14 -
YUV 80.42 190.41 139.12 -
System Red Green Blue C M Y K H S L
Decimal 96 51 191 0.50 0.73 0 0.25 259.29 0.58 0.47
Hex 60 33 BF 32 49 0 19 103 3A 2F
Octal 140 63 277 62 111 0 31 403 72 57
Binary 1100000 110011 10111111 110010 1001001 0 11001 100000011 111010 101111

Color Harmonies of #6033BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6033BF

Black with #6033BF

Text Example


Text Example

White with #6033BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6033BF; }

 p { color: rgb(96,51,191); }

 H1.HeaderClassName
 {
   color: #6033BF;
 }
 .AnyTagClassName
 {
   color: #6033BF;
 }
</style>

background-color css

<style>
 a { background-color: #6033BF; }

 a { background-color: rgb(96,51,191); }

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

border-color css

<style>
 span { border-color: #6033BF; }

 span { border-color: rgb(96,51,191); }

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