Html Css Color HEX #6331CD Purple Heart

📋 copy color: '#6331CD'

red 99 ◦ green 49 ◦ blue 205

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

Shades of Purple Heart #6331CD

Tints of Purple Heart #6331CD

RGB

 RED value IS 99 (39.06% from 255) = 28.05%

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

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

R = 28.05%
G = 13.88%
B = 58.07%

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

#6331CD (or 0x6331CD) is known color: Purple Heart. HEX triplet: 63, 31 and CD. RGB value is (99,49,205). Sum of RGB (Red+Green+Blue) = 99+49+205=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #6331CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6331CD is #9CCE32. Grayscale: #515151. Windows color (decimal): -10276403 or 13447523. OLE color: 13447523.

HSL color Cylindrical-coordinate representation of color #6331CD: hue angle of 259.23º 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 #6331CD is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 49 205 -
CMYK 0.52 0.76 0 0.20
HSL 259.23º 0.61% 0.5% -
HSV(B) 259.23º 0.76% 0.8% -
XYZ 17.26 9.26 58.63 -
YUV 81.73 197.57 140.32 -
System Red Green Blue C M Y K H S L
Decimal 99 49 205 0.52 0.76 0 0.20 259.23 0.61 0.5
Hex 63 31 CD 34 4C 0 14 103 3D 32
Octal 143 61 315 64 114 0 24 403 75 62
Binary 1100011 110001 11001101 110100 1001100 0 10100 100000011 111101 110010

Color Harmonies of #6331CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6331CD

Black with #6331CD

Text Example


Text Example

White with #6331CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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