Html Css Color HEX #6033BE Purple Heart

📋 copy color: '#6033BE'

red 96 ◦ green 51 ◦ blue 190

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

Shades of Purple Heart #6033BE

Tints of Purple Heart #6033BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.38%

R = 28.49%
G = 15.13%
B = 56.38%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6033BE (or 0x6033BE) is known color: Purple Heart. HEX triplet: 60, 33 and BE. RGB value is (96,51,190). Sum of RGB (Red+Green+Blue) = 96+51+190=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #6033BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6033BE is #9FCC41. Grayscale: #4F4F4F. Windows color (decimal): -10472514 or 12464992. OLE color: 12464992.

HSL color Cylindrical-coordinate representation of color #6033BE: hue angle of 259.42º 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 #6033BE is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 51 190 -
CMYK 0.49 0.73 0 0.25
HSL 259.42º 0.58% 0.47% -
HSV(B) 259.42º 0.73% 0.75% -
XYZ 15.3 8.57 49.56 -
YUV 80.3 189.91 139.2 -
System Red Green Blue C M Y K H S L
Decimal 96 51 190 0.49 0.73 0 0.25 259.42 0.58 0.47
Hex 60 33 BE 31 49 0 19 103 3A 2F
Octal 140 63 276 61 111 0 31 403 72 57
Binary 1100000 110011 10111110 110001 1001001 0 11001 100000011 111010 101111

Color Harmonies of #6033BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6033BE

Black with #6033BE

Text Example


Text Example

White with #6033BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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