Html Css Color HEX #6232BC Purple Heart

📋 copy color: '#6232BC'

red 98 ◦ green 50 ◦ blue 188

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

Shades of Purple Heart #6232BC

Tints of Purple Heart #6232BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.95%

R = 29.17%
G = 14.88%
B = 55.95%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6232BC (or 0x6232BC) is known color: Purple Heart. HEX triplet: 62, 32 and BC. RGB value is (98,50,188). Sum of RGB (Red+Green+Blue) = 98+50+188=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #6232BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6232BC is #9DCD43. Grayscale: #4F4F4F. Windows color (decimal): -10341700 or 12333666. OLE color: 12333666.

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

Color convert

RGB 98 50 188 -
CMYK 0.48 0.73 0 0.26
HSL 260.87º 0.58% 0.47% -
HSV(B) 260.87º 0.73% 0.74% -
XYZ 15.25 8.51 48.42 -
YUV 80.08 188.9 140.78 -
System Red Green Blue C M Y K H S L
Decimal 98 50 188 0.48 0.73 0 0.26 260.87 0.58 0.47
Hex 62 32 BC 30 49 0 1A 105 3A 2F
Octal 142 62 274 60 111 0 32 405 72 57
Binary 1100010 110010 10111100 110000 1001001 0 11010 100000101 111010 101111

Color Harmonies of #6232BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6232BC

Black with #6232BC

Text Example


Text Example

White with #6232BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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