Html Css Color HEX #6232BB Purple Heart

📋 copy color: '#6232BB'

red 98 ◦ green 50 ◦ blue 187

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

Shades of Purple Heart #6232BB

Tints of Purple Heart #6232BB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.93%

 BLUE value IS 187 (73.44% from 255) = 55.82%

R = 29.25%
G = 14.93%
B = 55.82%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6232BB (or 0x6232BB) is known color: Purple Heart. HEX triplet: 62, 32 and BB. RGB value is (98,50,187). Sum of RGB (Red+Green+Blue) = 98+50+187=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #6232BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6232BB is #9DCD44. Grayscale: #4F4F4F. Windows color (decimal): -10341701 or 12268130. OLE color: 12268130.

HSL color Cylindrical-coordinate representation of color #6232BB: hue angle of 261.02º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6232BB is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 50 187 -
CMYK 0.48 0.73 0 0.27
HSL 261.02º 0.58% 0.46% -
HSV(B) 261.02º 0.73% 0.73% -
XYZ 15.15 8.47 47.85 -
YUV 79.97 188.4 140.86 -
System Red Green Blue C M Y K H S L
Decimal 98 50 187 0.48 0.73 0 0.27 261.02 0.58 0.46
Hex 62 32 BB 30 49 0 1B 105 3A 2E
Octal 142 62 273 60 111 0 33 405 72 56
Binary 1100010 110010 10111011 110000 1001001 0 11011 100000101 111010 101110

Color Harmonies of #6232BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6232BB

Black with #6232BB

Text Example


Text Example

White with #6232BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6232BB; }

 p { color: rgb(98,50,187); }

 H1.HeaderClassName
 {
   color: #6232BB;
 }
 .AnyTagClassName
 {
   color: #6232BB;
 }
</style>

background-color css

<style>
 a { background-color: #6232BB; }

 a { background-color: rgb(98,50,187); }

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

border-color css

<style>
 span { border-color: #6232BB; }

 span { border-color: rgb(98,50,187); }

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