Html Css Color HEX #6231B6 Purple Heart

📋 copy color: '#6231B6'

red 98 ◦ green 49 ◦ blue 182

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

Shades of Purple Heart #6231B6

Tints of Purple Heart #6231B6

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.89%

 BLUE value IS 182 (71.48% from 255) = 55.32%

R = 29.79%
G = 14.89%
B = 55.32%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6231B6 (or 0x6231B6) is known color: Purple Heart. HEX triplet: 62, 31 and B6. RGB value is (98,49,182). Sum of RGB (Red+Green+Blue) = 98+49+182=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 182 (71.48% from 255 or 55.32% from 329); Max value from RGB is 182 - color contains mainly: blue. Hex color #6231B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6231B6 is #9DCE49. Grayscale: #4E4E4E. Windows color (decimal): -10341962 or 11940194. OLE color: 11940194.

HSL color Cylindrical-coordinate representation of color #6231B6: hue angle of 262.11º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6231B6 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 98 49 182 -
CMYK 0.46 0.73 0 0.29
HSL 262.11º 0.58% 0.45% -
HSV(B) 262.11º 0.73% 0.71% -
XYZ 14.58 8.17 45.06 -
YUV 78.81 186.23 141.69 -
System Red Green Blue C M Y K H S L
Decimal 98 49 182 0.46 0.73 0 0.29 262.11 0.58 0.45
Hex 62 31 B6 2E 49 0 1D 106 3A 2D
Octal 142 61 266 56 111 0 35 406 72 55
Binary 1100010 110001 10110110 101110 1001001 0 11101 100000110 111010 101101

Color Harmonies of #6231B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6231B6

Black with #6231B6

Text Example


Text Example

White with #6231B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6231B6; }

 p { color: rgb(98,49,182); }

 H1.HeaderClassName
 {
   color: #6231B6;
 }
 .AnyTagClassName
 {
   color: #6231B6;
 }
</style>

background-color css

<style>
 a { background-color: #6231B6; }

 a { background-color: rgb(98,49,182); }

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

border-color css

<style>
 span { border-color: #6231B6; }

 span { border-color: rgb(98,49,182); }

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