Html Css Color HEX #6233BF Purple Heart

📋 copy color: '#6233BF'

red 98 ◦ green 51 ◦ blue 191

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

Shades of Purple Heart #6233BF

Tints of Purple Heart #6233BF

RGB

 RED value IS 98 (38.67% from 255) = 28.82%

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

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

R = 28.82%
G = 15%
B = 56.18%

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

#6233BF (or 0x6233BF) is known color: Purple Heart. HEX triplet: 62, 33 and BF. RGB value is (98,51,191). Sum of RGB (Red+Green+Blue) = 98+51+191=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #6233BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6233BF is #9DCC40. Grayscale: #505050. Windows color (decimal): -10341441 or 12530530. OLE color: 12530530.

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

Color convert

RGB 98 51 191 -
CMYK 0.49 0.73 0 0.25
HSL 260.14º 0.58% 0.47% -
HSV(B) 260.14º 0.73% 0.75% -
XYZ 15.62 8.73 50.15 -
YUV 81.01 190.07 140.12 -
System Red Green Blue C M Y K H S L
Decimal 98 51 191 0.49 0.73 0 0.25 260.14 0.58 0.47
Hex 62 33 BF 31 49 0 19 104 3A 2F
Octal 142 63 277 61 111 0 31 404 72 57
Binary 1100010 110011 10111111 110001 1001001 0 11001 100000100 111010 101111

Color Harmonies of #6233BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6233BF

Black with #6233BF

Text Example


Text Example

White with #6233BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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