Html Css Color HEX #6333CA Purple Heart

📋 copy color: '#6333CA'

red 99 ◦ green 51 ◦ blue 202

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

Shades of Purple Heart #6333CA

Tints of Purple Heart #6333CA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.49%

 BLUE value IS 202 (79.3% from 255) = 57.39%

R = 28.13%
G = 14.49%
B = 57.39%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6333CA (or 0x6333CA) is known color: Purple Heart. HEX triplet: 63, 33 and CA. RGB value is (99,51,202). Sum of RGB (Red+Green+Blue) = 99+51+202=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #6333CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6333CA is #9CCC35. Grayscale: #525252. Windows color (decimal): -10275894 or 13251427. OLE color: 13251427.

HSL color Cylindrical-coordinate representation of color #6333CA: hue angle of 259.07º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6333CA is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 51 202 -
CMYK 0.51 0.75 0 0.21
HSL 259.07º 0.6% 0.5% -
HSV(B) 259.07º 0.75% 0.79% -
XYZ 16.99 9.28 56.77 -
YUV 82.57 195.4 139.72 -
System Red Green Blue C M Y K H S L
Decimal 99 51 202 0.51 0.75 0 0.21 259.07 0.6 0.5
Hex 63 33 CA 33 4B 0 15 103 3C 32
Octal 143 63 312 63 113 0 25 403 74 62
Binary 1100011 110011 11001010 110011 1001011 0 10101 100000011 111100 110010

Color Harmonies of #6333CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6333CA

Black with #6333CA

Text Example


Text Example

White with #6333CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6333CA; }

 p { color: rgb(99,51,202); }

 H1.HeaderClassName
 {
   color: #6333CA;
 }
 .AnyTagClassName
 {
   color: #6333CA;
 }
</style>

background-color css

<style>
 a { background-color: #6333CA; }

 a { background-color: rgb(99,51,202); }

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

border-color css

<style>
 span { border-color: #6333CA; }

 span { border-color: rgb(99,51,202); }

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