Html Css Color HEX #6231D6 Purple Heart

📋 copy color: '#6231D6'

red 98 ◦ green 49 ◦ blue 214

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

Shades of Purple Heart #6231D6

Tints of Purple Heart #6231D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 59.28%

R = 27.15%
G = 13.57%
B = 59.28%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6231D6 (or 0x6231D6) is known color: Purple Heart. HEX triplet: 62, 31 and D6. RGB value is (98,49,214). Sum of RGB (Red+Green+Blue) = 98+49+214=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 214 (83.98% from 255 or 59.28% from 361); Max value from RGB is 214 - color contains mainly: blue. Hex color #6231D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6231D6 is #9DCE29. Grayscale: #515151. Windows color (decimal): -10341930 or 14037346. OLE color: 14037346.

HSL color Cylindrical-coordinate representation of color #6231D6: hue angle of 257.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6231D6 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 98 49 214 -
CMYK 0.54 0.77 0 0.16
HSL 257.82º 0.67% 0.52% -
HSV(B) 257.82º 0.77% 0.84% -
XYZ 18.27 9.65 64.52 -
YUV 82.46 202.23 139.08 -
System Red Green Blue C M Y K H S L
Decimal 98 49 214 0.54 0.77 0 0.16 257.82 0.67 0.52
Hex 62 31 D6 36 4D 0 10 102 43 34
Octal 142 61 326 66 115 0 20 402 103 64
Binary 1100010 110001 11010110 110110 1001101 0 10000 100000010 1000011 110100

Color Harmonies of #6231D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6231D6

Black with #6231D6

Text Example


Text Example

White with #6231D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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