Html Css Color HEX #66269A Royal Purple

📋 copy color: '#66269A'

red 102 ◦ green 38 ◦ blue 154

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

Shades of Royal Purple #66269A

Tints of Royal Purple #66269A

RGB

 RED value IS 102 (40.23% from 255) = 34.69%

 GREEN value IS 38 (15.23% from 255) = 12.93%

 BLUE value IS 154 (60.55% from 255) = 52.38%

R = 34.69%
G = 12.93%
B = 52.38%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#66269A (or 0x66269A) is known color: Royal Purple. HEX triplet: 66, 26 and 9A. RGB value is (102,38,154). Sum of RGB (Red+Green+Blue) = 102+38+154=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #66269A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66269A is #99D965. Grayscale: #454545. Windows color (decimal): -10082662 or 10102374. OLE color: 10102374.

HSL color Cylindrical-coordinate representation of color #66269A: hue angle of 273.1º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66269A is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 38 154 -
CMYK 0.34 0.75 0 0.40
HSL 273.1º 0.6% 0.38% -
HSV(B) 273.1º 0.75% 0.6% -
XYZ 12.01 6.54 31.2 -
YUV 70.36 175.2 150.57 -
System Red Green Blue C M Y K H S L
Decimal 102 38 154 0.34 0.75 0 0.40 273.1 0.6 0.38
Hex 66 26 9A 22 4B 0 28 111 3C 26
Octal 146 46 232 42 113 0 50 421 74 46
Binary 1100110 100110 10011010 100010 1001011 0 101000 100010001 111100 100110

Color Harmonies of #66269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66269A

Black with #66269A

Text Example


Text Example

White with #66269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66269A; }

 p { color: rgb(102,38,154); }

 H1.HeaderClassName
 {
   color: #66269A;
 }
 .AnyTagClassName
 {
   color: #66269A;
 }
</style>

background-color css

<style>
 a { background-color: #66269A; }

 a { background-color: rgb(102,38,154); }

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

border-color css

<style>
 span { border-color: #66269A; }

 span { border-color: rgb(102,38,154); }

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