Html Css Color HEX #6231DE Purple Heart

📋 copy color: '#6231DE'

red 98 ◦ green 49 ◦ blue 222

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

Shades of Purple Heart #6231DE

Tints of Purple Heart #6231DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.16%

R = 26.56%
G = 13.28%
B = 60.16%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6231DE (or 0x6231DE) is known color: Purple Heart. HEX triplet: 62, 31 and DE. RGB value is (98,49,222). Sum of RGB (Red+Green+Blue) = 98+49+222=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 222 (87.11% from 255 or 60.16% from 369); Max value from RGB is 222 - color contains mainly: blue. Hex color #6231DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6231DE is #9DCE21. Grayscale: #525252. Windows color (decimal): -10341922 or 14561634. OLE color: 14561634.

HSL color Cylindrical-coordinate representation of color #6231DE: hue angle of 256.99º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6231DE is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 49 222 -
CMYK 0.56 0.78 0 0.13
HSL 256.99º 0.72% 0.53% -
HSV(B) 256.99º 0.78% 0.87% -
XYZ 19.32 10.07 70.03 -
YUV 83.37 206.23 138.43 -
System Red Green Blue C M Y K H S L
Decimal 98 49 222 0.56 0.78 0 0.13 256.99 0.72 0.53
Hex 62 31 DE 38 4E 0 D 101 48 35
Octal 142 61 336 70 116 0 15 401 110 65
Binary 1100010 110001 11011110 111000 1001110 0 1101 100000001 1001000 110101

Color Harmonies of #6231DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6231DE

Black with #6231DE

Text Example


Text Example

White with #6231DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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