Html Css Color HEX #6231CB Purple Heart

📋 copy color: '#6231CB'

red 98 ◦ green 49 ◦ blue 203

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

Shades of Purple Heart #6231CB

Tints of Purple Heart #6231CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58%

R = 28%
G = 14%
B = 58%

CMYK

 C value IS 0.52

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6231CB (or 0x6231CB) is known color: Purple Heart. HEX triplet: 62, 31 and CB. RGB value is (98,49,203). Sum of RGB (Red+Green+Blue) = 98+49+203=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #6231CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6231CB is #9DCE34. Grayscale: #505050. Windows color (decimal): -10341941 or 13316450. OLE color: 13316450.

HSL color Cylindrical-coordinate representation of color #6231CB: hue angle of 259.09º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6231CB is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 49 203 -
CMYK 0.52 0.76 0 0.20
HSL 259.09º 0.61% 0.49% -
HSV(B) 259.09º 0.76% 0.8% -
XYZ 16.91 9.11 57.37 -
YUV 81.21 196.73 139.98 -
System Red Green Blue C M Y K H S L
Decimal 98 49 203 0.52 0.76 0 0.20 259.09 0.61 0.49
Hex 62 31 CB 34 4C 0 14 103 3D 31
Octal 142 61 313 64 114 0 24 403 75 61
Binary 1100010 110001 11001011 110100 1001100 0 10100 100000011 111101 110001

Color Harmonies of #6231CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6231CB

Black with #6231CB

Text Example


Text Example

White with #6231CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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