Html Css Color HEX #6232BD Purple Heart

📋 copy color: '#6232BD'

red 98 ◦ green 50 ◦ blue 189

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

Shades of Purple Heart #6232BD

Tints of Purple Heart #6232BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.08%

R = 29.08%
G = 14.84%
B = 56.08%

CMYK

 C value IS 0.48

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6232BD (or 0x6232BD) is known color: Purple Heart. HEX triplet: 62, 32 and BD. RGB value is (98,50,189). Sum of RGB (Red+Green+Blue) = 98+50+189=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #6232BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6232BD is #9DCD42. Grayscale: #4F4F4F. Windows color (decimal): -10341699 or 12399202. OLE color: 12399202.

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

Color convert

RGB 98 50 189 -
CMYK 0.48 0.74 0 0.26
HSL 260.72º 0.58% 0.47% -
HSV(B) 260.72º 0.74% 0.74% -
XYZ 15.36 8.55 48.99 -
YUV 80.2 189.4 140.7 -
System Red Green Blue C M Y K H S L
Decimal 98 50 189 0.48 0.74 0 0.26 260.72 0.58 0.47
Hex 62 32 BD 30 4A 0 1A 105 3A 2F
Octal 142 62 275 60 112 0 32 405 72 57
Binary 1100010 110010 10111101 110000 1001010 0 11010 100000101 111010 101111

Color Harmonies of #6232BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6232BD

Black with #6232BD

Text Example


Text Example

White with #6232BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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