Html Css Color HEX #6336DA Purple Heart

📋 copy color: '#6336DA'

red 99 ◦ green 54 ◦ blue 218

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

Shades of Purple Heart #6336DA

Tints of Purple Heart #6336DA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.56%

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

R = 26.68%
G = 14.56%
B = 58.76%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6336DA (or 0x6336DA) is known color: Purple Heart. HEX triplet: 63, 36 and DA. RGB value is (99,54,218). Sum of RGB (Red+Green+Blue) = 99+54+218=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #6336DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6336DA is #9CC925. Grayscale: #555555. Windows color (decimal): -10275110 or 14300771. OLE color: 14300771.

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

Color convert

RGB 99 54 218 -
CMYK 0.55 0.75 0 0.15
HSL 256.46º 0.69% 0.53% -
HSV(B) 256.46º 0.75% 0.85% -
XYZ 19.12 10.35 67.32 -
YUV 86.15 202.41 137.16 -
System Red Green Blue C M Y K H S L
Decimal 99 54 218 0.55 0.75 0 0.15 256.46 0.69 0.53
Hex 63 36 DA 37 4B 0 F 100 45 35
Octal 143 66 332 67 113 0 17 400 105 65
Binary 1100011 110110 11011010 110111 1001011 0 1111 100000000 1000101 110101

Color Harmonies of #6336DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6336DA

Black with #6336DA

Text Example


Text Example

White with #6336DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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