Html Css Color HEX #6338CB Purple Heart

📋 copy color: '#6338CB'

red 99 ◦ green 56 ◦ blue 203

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

Shades of Purple Heart #6338CB

Tints of Purple Heart #6338CB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.64%

 BLUE value IS 203 (79.69% from 255) = 56.7%

R = 27.65%
G = 15.64%
B = 56.7%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6338CB (or 0x6338CB) is known color: Purple Heart. HEX triplet: 63, 38 and CB. RGB value is (99,56,203). Sum of RGB (Red+Green+Blue) = 99+56+203=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #6338CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6338CB is #9CC734. Grayscale: #555555. Windows color (decimal): -10274613 or 13318243. OLE color: 13318243.

HSL color Cylindrical-coordinate representation of color #6338CB: hue angle of 257.55º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6338CB is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 56 203 -
CMYK 0.51 0.72 0 0.20
HSL 257.55º 0.59% 0.51% -
HSV(B) 257.55º 0.72% 0.8% -
XYZ 17.34 9.79 57.48 -
YUV 85.62 194.25 137.55 -
System Red Green Blue C M Y K H S L
Decimal 99 56 203 0.51 0.72 0 0.20 257.55 0.59 0.51
Hex 63 38 CB 33 48 0 14 102 3B 33
Octal 143 70 313 63 110 0 24 402 73 63
Binary 1100011 111000 11001011 110011 1001000 0 10100 100000010 111011 110011

Color Harmonies of #6338CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6338CB

Black with #6338CB

Text Example


Text Example

White with #6338CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6338CB; }

 p { color: rgb(99,56,203); }

 H1.HeaderClassName
 {
   color: #6338CB;
 }
 .AnyTagClassName
 {
   color: #6338CB;
 }
</style>

background-color css

<style>
 a { background-color: #6338CB; }

 a { background-color: rgb(99,56,203); }

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

border-color css

<style>
 span { border-color: #6338CB; }

 span { border-color: rgb(99,56,203); }

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