Html Css Color HEX #6231CD Purple Heart

📋 copy color: '#6231CD'

red 98 ◦ green 49 ◦ blue 205

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

Shades of Purple Heart #6231CD

Tints of Purple Heart #6231CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.24%

R = 27.84%
G = 13.92%
B = 58.24%

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

#6231CD (or 0x6231CD) is known color: Purple Heart. HEX triplet: 62, 31 and CD. RGB value is (98,49,205). Sum of RGB (Red+Green+Blue) = 98+49+205=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #6231CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6231CD is #9DCE32. Grayscale: #505050. Windows color (decimal): -10341939 or 13447522. OLE color: 13447522.

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

Color convert

RGB 98 49 205 -
CMYK 0.52 0.76 0 0.20
HSL 258.85º 0.61% 0.5% -
HSV(B) 258.85º 0.76% 0.8% -
XYZ 17.15 9.2 58.63 -
YUV 81.44 197.73 139.82 -
System Red Green Blue C M Y K H S L
Decimal 98 49 205 0.52 0.76 0 0.20 258.85 0.61 0.5
Hex 62 31 CD 34 4C 0 14 103 3D 32
Octal 142 61 315 64 114 0 24 403 75 62
Binary 1100010 110001 11001101 110100 1001100 0 10100 100000011 111101 110010

Color Harmonies of #6231CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6231CD

Black with #6231CD

Text Example


Text Example

White with #6231CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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