Html Css Color HEX #6331DA Purple Heart

📋 copy color: '#6331DA'

red 99 ◦ green 49 ◦ blue 218

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

Shades of Purple Heart #6331DA

Tints of Purple Heart #6331DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.56%

R = 27.05%
G = 13.39%
B = 59.56%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6331DA (or 0x6331DA) is known color: Purple Heart. HEX triplet: 63, 31 and DA. RGB value is (99,49,218). Sum of RGB (Red+Green+Blue) = 99+49+218=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #6331DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6331DA is #9CCE25. Grayscale: #525252. Windows color (decimal): -10276390 or 14299491. OLE color: 14299491.

HSL color Cylindrical-coordinate representation of color #6331DA: hue angle of 257.75º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6331DA is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 99 49 218 -
CMYK 0.55 0.78 0 0.15
HSL 257.75º 0.7% 0.52% -
HSV(B) 257.75º 0.78% 0.85% -
XYZ 18.9 9.91 67.25 -
YUV 83.22 204.07 139.26 -
System Red Green Blue C M Y K H S L
Decimal 99 49 218 0.55 0.78 0 0.15 257.75 0.7 0.52
Hex 63 31 DA 37 4E 0 F 102 46 34
Octal 143 61 332 67 116 0 17 402 106 64
Binary 1100011 110001 11011010 110111 1001110 0 1111 100000010 1000110 110100

Color Harmonies of #6331DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6331DA

Black with #6331DA

Text Example


Text Example

White with #6331DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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